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, sendMessage
get
UUID getUniqueId()
getUniqueId
in interface IEntity
IInventory getInventory()
void openInventory(IInventory inventory)
SimpleChunkLocation getChunk()
IItemStack getItemInMainHand()
ILocation getLocation()
void setItemInMainHand(IItemStack iS)