Uses of Class
net.md_5.bungee.api.plugin.Command
Packages that use Command
-
Uses of Command in net.md_5.bungee.api.plugin
Methods in net.md_5.bungee.api.plugin with parameters of type CommandModifier and TypeMethodDescriptionvoidPluginManager.registerCommand(Plugin plugin, Command command) Register a command so that it may be executed.voidPluginManager.unregisterCommand(Command command) Unregister a command so it will no longer be executed.