Package | Description |
---|---|
net.md_5.bungee.api | |
net.md_5.bungee.api.config | |
net.md_5.bungee.api.connection | |
net.md_5.bungee.api.event | |
net.md_5.bungee.api.plugin | |
net.md_5.bungee.command |
Modifier and Type | Method and Description |
---|---|
abstract CommandSender |
ProxyServer.getConsole()
Returns the console overlord for this proxy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServerInfo.canAccess(CommandSender sender)
Whether the player can access this server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedPlayer
Represents a player physically connected to the world hosted on this server.
|
interface |
ProxiedPlayer
Represents a player who's connection is being connected to somewhere else,
whether it be a remote or embedded server.
|
Modifier and Type | Method and Description |
---|---|
CommandSender |
ProxyReloadEvent.getSender()
Creator of the action.
|
CommandSender |
PermissionCheckEvent.getSender()
The command sender being checked for a permission.
|
Constructor and Description |
---|
PermissionCheckEvent(CommandSender sender,
String permission,
boolean hasPermission) |
ProxyReloadEvent(CommandSender sender) |
Modifier and Type | Method and Description |
---|---|
boolean |
PluginManager.dispatchCommand(CommandSender sender,
String commandLine) |
boolean |
PluginManager.dispatchCommand(CommandSender sender,
String commandLine,
List<String> tabResults)
Execute a command if it is registered, else return false.
|
abstract void |
Command.execute(CommandSender sender,
String[] args)
Execute this command with the specified sender and arguments.
|
boolean |
Command.hasPermission(CommandSender sender)
Check if this command can be executed by the given sender.
|
boolean |
PluginManager.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) |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
PlayerCommand.onTabComplete(CommandSender sender,
String[] args)
Deprecated.
|
Copyright © 2012–2020 SpigotMC. All rights reserved.