public interface ICommandSender
| Modifier and Type | Method and Description |
|---|---|
void |
addChatMessage(IChatComponent p_145747_1_)
Notifies this sender of some sort of information.
|
boolean |
canCommandSenderUseCommand(int p_70003_1_,
java.lang.String p_70003_2_)
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 p_145747_1_)
boolean canCommandSenderUseCommand(int p_70003_1_,
java.lang.String p_70003_2_)
ChunkCoordinates getPlayerCoordinates()
World getEntityWorld()