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 that return types with arguments of type CommandModifier and TypeMethodDescriptionPluginManager.getCommands()Get an unmodifiable collection of all registered commands.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. -
Uses of Command in net.md_5.bungee.command
Subclasses of Command in net.md_5.bungee.command