Uses of Class
net.md_5.bungee.api.plugin.Command
-
Uses of Command in net.md_5.bungee.api.plugin
Modifier and TypeMethodDescriptionPluginManager.getCommands()
Get an unmodifiable collection of all registered commands.Modifier and TypeMethodDescriptionvoid
PluginManager.registerCommand
(Plugin plugin, Command command) Register a command so that it may be executed.void
PluginManager.unregisterCommand
(Command command) Unregister a command so it will no longer be executed. -
Uses of Command in net.md_5.bungee.command