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-createdCommandMeta
based on the specified parameters.@Nullable CommandMeta
CommandManager.getCommandMeta
(String alias) Retrieves theCommandMeta
from the specified command alias, if registered.Methods in com.velocitypowered.api.command with parameters of type CommandMetaModifier and TypeMethodDescriptionvoid
CommandManager.register
(CommandMeta meta, Command command) Registers the specified command with the given metadata.void
CommandManager.unregister
(CommandMeta meta) Unregisters the specified command from the manager, if registered.