Uses of Class
net.md_5.bungee.api.plugin.Command
-
Packages that use Command Package Description net.md_5.bungee.api.plugin net.md_5.bungee.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 Command Modifier and Type Method Description Collection<Map.Entry<String,Command>>PluginManager. getCommands()Get an unmodifiable collection of all registered commands.Methods in net.md_5.bungee.api.plugin with parameters of type Command Modifier and Type Method Description voidPluginManager. 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 Modifier and Type Class Description classPlayerCommandDeprecated.internal use only
-