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.event
Methods 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.exception
Methods in io.github.waterfallmc.waterfall.exception that return Command Modifier and Type Method Description Command
ProxyCommandException. 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.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 void
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
Subclasses of Command in net.md_5.bungee.command Modifier and Type Class Description class
PlayerCommand
Deprecated.internal use only
-