| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HumanEntity | |
|---|---|
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.entity | Eventsrelating toentities, excluding some directly referencing
 some more specific entity types. | 
| org.bukkit.event.inventory | Eventsrelating toinventorymanipulation. | 
| 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 | |
|---|---|
|  interface | PlayerRepresents a player, connected or not | 
| Uses of HumanEntity in org.bukkit.event.entity | 
|---|
| Methods in org.bukkit.event.entity that return HumanEntity | |
|---|---|
|  HumanEntity | FoodLevelChangeEvent.getEntity() | 
| Constructors in org.bukkit.event.entity with parameters of type HumanEntity | |
|---|---|
| FoodLevelChangeEvent(HumanEntity what,
                     int level) | |
| Uses of HumanEntity in org.bukkit.event.inventory | 
|---|
| Methods in org.bukkit.event.inventory that return HumanEntity | |
|---|---|
|  HumanEntity | InventoryCloseEvent.getPlayer()Returns the player involved in this event | 
|  HumanEntity | InventoryOpenEvent.getPlayer()Returns the player involved in this event | 
|  HumanEntity | InventoryClickEvent.getWhoClicked()Get the player who performed the click. | 
| Methods in org.bukkit.event.inventory that return types with arguments of type HumanEntity | |
|---|---|
|  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 | |
|---|---|
|  HumanEntity | PlayerInventory.getHolder() | 
| abstract  HumanEntity | InventoryView.getPlayer()Get the player viewing. | 
| Methods in org.bukkit.inventory that return types with arguments of type HumanEntity | |
|---|---|
|  List<HumanEntity> | Inventory.getViewers()Gets a list of players viewing. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||