public interface ICommandSender
Modifier and Type | Method and Description |
---|---|
void |
addChatMessage(IChatComponent var1)
Notifies this sender of some sort of information.
|
boolean |
canCommandSenderUseCommand(int var1,
java.lang.String var2)
Returns true if the command sender is allowed to use the given command.
|
IChatComponent |
func_145748_c_() |
java.lang.String |
getCommandSenderName()
Gets the name of this command sender (usually username, but possibly "Rcon")
|
World |
getEntityWorld() |
ChunkCoordinates |
getPlayerCoordinates()
Return the position for this command sender.
|
java.lang.String getCommandSenderName()
IChatComponent func_145748_c_()
void addChatMessage(IChatComponent var1)
boolean canCommandSenderUseCommand(int var1, java.lang.String var2)
ChunkCoordinates getPlayerCoordinates()
World getEntityWorld()