public interface ICommandSender
Modifier and Type | Method and Description |
---|---|
void |
addChatMessage(IChatComponent message) |
boolean |
canUseCommand(int permLevel,
java.lang.String commandName) |
Entity |
getCommandSenderEntity() |
IChatComponent |
getDisplayName() |
World |
getEntityWorld() |
java.lang.String |
getName() |
BlockPos |
getPosition() |
Vec3 |
getPositionVector() |
boolean |
sendCommandFeedback() |
void |
setCommandStat(CommandResultStats.Type type,
int amount) |
java.lang.String getName()
IChatComponent getDisplayName()
void addChatMessage(IChatComponent message)
boolean canUseCommand(int permLevel, java.lang.String commandName)
BlockPos getPosition()
Vec3 getPositionVector()
World getEntityWorld()
Entity getCommandSenderEntity()
boolean sendCommandFeedback()
void setCommandStat(CommandResultStats.Type type, int amount)