Uses of Class
net.md_5.bungee.api.plugin.Command
Packages that use Command
Package
Description
-
Uses of Command in com.mrivanplays.ivancord.api.command
Methods in com.mrivanplays.ivancord.api.command that return CommandMethods in com.mrivanplays.ivancord.api.command that return types with arguments of type CommandMethods in com.mrivanplays.ivancord.api.command with parameters of type Command -
Uses of Command in io.github.waterfallmc.waterfall.event
Methods in io.github.waterfallmc.waterfall.event that return types with arguments of type CommandModifier and TypeMethodDescriptionProxyDefineCommandsEvent.getCommands()
The map of commands to be sent to the playerConstructor parameters in io.github.waterfallmc.waterfall.event with type arguments of type CommandModifierConstructorDescriptionProxyDefineCommandsEvent
(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 CommandModifier and TypeMethodDescriptionProxyCommandException.getCommand()
Gets the command which threw the exceptionConstructors in io.github.waterfallmc.waterfall.exception with parameters of type CommandModifierConstructorDescriptionprotected
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) protected
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 CommandModifier and TypeMethodDescriptionPluginManager.getCommand
(String name) Deprecated.internal use only in order to support waterfall's ProxyDefineCommandsEventMethods 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 TypeMethodDescriptionvoid
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