public interface IPlayer extends IEntity, ICommandSender
| Modifier and Type | Method and Description |
|---|---|
SimpleChunkLocation |
getChunk() |
IInventory |
getInventory() |
IItemStack |
getItemInMainHand()
Get item in this player's main hand.
|
ILocation |
getLocation() |
UUID |
getUniqueId() |
void |
openInventory(IInventory inventory) |
void |
setItemInMainHand(IItemStack iS) |
equals, hashCode, hasPermission, sendMessagegetUUID getUniqueId()
getUniqueId in interface IEntityIInventory getInventory()
void openInventory(IInventory inventory)
SimpleChunkLocation getChunk()
IItemStack getItemInMainHand()
ILocation getLocation()
void setItemInMainHand(IItemStack iS)