public interface ICommandSender
Modifier and Type | Method and Description |
---|---|
boolean |
canCommandSenderUseCommand(int i,
String s)
Returns true if the command sender is allowed to use the given command.
|
String |
getCommandSenderName()
Gets the name of this command sender (usually username, but possibly "Rcon")
|
ChunkCoordinates |
getPlayerCoordinates()
Return the position for this command sender.
|
void |
sendChatToPlayer(String s) |
String |
translateString(String s,
Object... var2)
Translates and formats the given string key with the given arguments.
|
String getCommandSenderName()
void sendChatToPlayer(String s)
boolean canCommandSenderUseCommand(int i, String s)
String translateString(String s, Object... var2)
ChunkCoordinates getPlayerCoordinates()