Uses of Interface
net.md_5.bungee.api.CommandSender
- 
- 
Uses of CommandSender in io.github.waterfallmc.waterfall.exceptionMethods in io.github.waterfallmc.waterfall.exception that return CommandSender Modifier and Type Method Description CommandSenderProxyCommandException. getCommandSender()Gets the command sender which executed the command requestConstructors in io.github.waterfallmc.waterfall.exception with parameters of type CommandSender 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 CommandSender in net.md_5.bungee.apiMethods in net.md_5.bungee.api that return CommandSender Modifier and Type Method Description abstract CommandSenderProxyServer. getConsole()Returns the console overlord for this proxy.
- 
Uses of CommandSender in net.md_5.bungee.api.configMethods in net.md_5.bungee.api.config with parameters of type CommandSender Modifier and Type Method Description booleanServerInfo. canAccess(CommandSender sender)Whether the player can access this server.
- 
Uses of CommandSender in net.md_5.bungee.api.connectionSubinterfaces of CommandSender in net.md_5.bungee.api.connection Modifier and Type Interface Description interfaceConnectedPlayerRepresents a player physically connected to the world hosted on this server.interfaceProxiedPlayerRepresents a player whose connection is being connected to somewhere else, whether it be a remote or embedded server.
- 
Uses of CommandSender in net.md_5.bungee.api.eventMethods in net.md_5.bungee.api.event that return CommandSender Modifier and Type Method Description CommandSenderPermissionCheckEvent. getSender()The command sender being checked for a permission.CommandSenderProxyReloadEvent. getSender()Creator of the action.Constructors in net.md_5.bungee.api.event with parameters of type CommandSender Constructor Description PermissionCheckEvent(CommandSender sender, String permission, boolean hasPermission)ProxyReloadEvent(CommandSender sender)
- 
Uses of CommandSender in net.md_5.bungee.api.pluginMethods in net.md_5.bungee.api.plugin with parameters of type CommandSender Modifier and Type Method Description booleanPluginManager. dispatchCommand(CommandSender sender, String commandLine)booleanPluginManager. dispatchCommand(CommandSender sender, String commandLine, List<String> tabResults)Execute a command if it is registered, else return false.abstract voidCommand. execute(CommandSender sender, String[] args)Execute this command with the specified sender and arguments.booleanCommand. hasPermission(CommandSender sender)Check if this command can be executed by the given sender.booleanPluginManager. isExecutableCommand(String commandName, CommandSender sender)Checks if the command is registered and can possibly be executed by the sender (without taking permissions into account).Iterable<String>TabExecutor. onTabComplete(CommandSender sender, String[] args)List<String>PluginManager. tabCompleteCommand(CommandSender sender, String commandLine)Searches for tab-complete suggestions for the given command line.
- 
Uses of CommandSender in net.md_5.bungee.commandMethods in net.md_5.bungee.command with parameters of type CommandSender Modifier and Type Method Description Iterable<String>PlayerCommand. onTabComplete(CommandSender sender, String[] args)Deprecated.
 
-