Uses of Class
net.md_5.bungee.api.plugin.Command
- 
Packages that use Command Package Description io.github.waterfallmc.waterfall.event io.github.waterfallmc.waterfall.exception net.md_5.bungee.api.plugin net.md_5.bungee.command 
- 
- 
Uses of Command in io.github.waterfallmc.waterfall.eventMethods in io.github.waterfallmc.waterfall.event that return types with arguments of type Command Modifier and Type Method Description Map<String,Command>ProxyDefineCommandsEvent. getCommands()The map of commands to be sent to the playerConstructor parameters in io.github.waterfallmc.waterfall.event with type arguments of type Command Constructor Description ProxyDefineCommandsEvent(Connection sender, Connection receiver, Map<String,Command> commands)
- 
Uses of Command in io.github.waterfallmc.waterfall.exceptionMethods in io.github.waterfallmc.waterfall.exception that return Command Modifier and Type Method Description CommandProxyCommandException. getCommand()Gets the command which threw the exceptionConstructors in io.github.waterfallmc.waterfall.exception with parameters of type Command Constructor Description ProxyCommandException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments)ProxyCommandException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments)ProxyCommandException(Throwable cause, Command command, CommandSender commandSender, String[] arguments)ProxyTabCompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Command command, CommandSender commandSender, String[] arguments)ProxyTabCompleteException(String message, Throwable cause, Command command, CommandSender commandSender, String[] arguments)ProxyTabCompleteException(Throwable cause, Command command, CommandSender commandSender, String[] arguments)
- 
Uses of Command in net.md_5.bungee.api.pluginMethods 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.commandSubclasses of Command in net.md_5.bungee.command Modifier and Type Class Description classPlayerCommandDeprecated.internal use only
 
-