Uses of Interface
org.bukkit.entity.HumanEntity
Package | Description |
---|---|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.entity | |
org.bukkit.event.inventory | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
-
Uses of HumanEntity in org.bukkit.entity
Subinterfaces of HumanEntity in org.bukkit.entity Modifier and Type Interface Description interface
Player
Represents a player, connected or not -
Uses of HumanEntity in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return HumanEntity Modifier and Type Method Description HumanEntity
FoodLevelChangeEvent. getEntity()
Constructors in org.bukkit.event.entity with parameters of type HumanEntity Constructor Description FoodLevelChangeEvent(HumanEntity what, int level)
-
Uses of HumanEntity in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return HumanEntity Modifier and Type Method Description HumanEntity
InventoryCloseEvent. getPlayer()
Returns the player involved in this eventHumanEntity
InventoryOpenEvent. getPlayer()
Returns the player involved in this eventHumanEntity
InventoryInteractEvent. getWhoClicked()
Gets the player who performed the click.Methods in org.bukkit.event.inventory that return types with arguments of type HumanEntity Modifier and Type Method Description java.util.List<HumanEntity>
InventoryEvent. getViewers()
Gets the list of players viewing the primary (upper) inventory involved in this event -
Uses of HumanEntity in org.bukkit.inventory
Methods in org.bukkit.inventory that return HumanEntity Modifier and Type Method Description HumanEntity
PlayerInventory. getHolder()
abstract HumanEntity
InventoryView. getPlayer()
Get the player viewing.Methods in org.bukkit.inventory that return types with arguments of type HumanEntity Modifier and Type Method Description java.util.List<HumanEntity>
Inventory. getViewers()
Gets a list of players viewing the inventory.