Uses of Interface
com.velocitypowered.api.command.CommandMeta
Packages that use CommandMeta
-
Uses of CommandMeta in com.velocitypowered.api.command
Methods in com.velocitypowered.api.command that return CommandMetaModifier and TypeMethodDescriptionCommandMeta.Builder.build()Returns a newly-createdCommandMetabased on the specified parameters.@Nullable CommandMetaCommandManager.getCommandMeta(String alias) Retrieves theCommandMetafrom the specified command alias, if registered.Methods in com.velocitypowered.api.command with parameters of type CommandMetaModifier and TypeMethodDescriptionvoidCommandManager.register(CommandMeta meta, Command command) Registers the specified command with the given metadata.voidCommandManager.unregister(CommandMeta meta) Unregisters the specified command from the manager, if registered.