Uses of Interface
org.bukkit.entity.HumanEntity
Packages that use HumanEntity
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes involved in manipulating player inventories and item interactions.
Classes relevant to loot table manipulation and generation.
-
Uses of HumanEntity in org.bukkit.entity
Subinterfaces of HumanEntity in org.bukkit.entity -
Uses of HumanEntity in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return HumanEntityModifier and TypeMethodDescriptionEntityExhaustionEvent.getEntity()
FoodLevelChangeEvent.getEntity()
EntityEnterLoveModeEvent.getHumanEntity()
Gets the Human Entity that caused the animal to enter love mode.Constructors in org.bukkit.event.entity with parameters of type HumanEntityModifierConstructorDescriptionEntityEnterLoveModeEvent
(Animals animalInLove, HumanEntity humanEntity, int ticksInLove) EntityExhaustionEvent
(HumanEntity who, EntityExhaustionEvent.ExhaustionReason exhaustionReason, float exhaustion) FoodLevelChangeEvent
(HumanEntity what, int level) FoodLevelChangeEvent
(HumanEntity what, int level, ItemStack item) -
Uses of HumanEntity in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return HumanEntityModifier and TypeMethodDescriptionfinal HumanEntity
InventoryCloseEvent.getPlayer()
Returns the player involved in this eventfinal HumanEntity
InventoryOpenEvent.getPlayer()
Returns the player involved in this eventInventoryInteractEvent.getWhoClicked()
Gets the player who performed the click.Methods in org.bukkit.event.inventory that return types with arguments of type HumanEntityModifier and TypeMethodDescriptionInventoryEvent.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 HumanEntityModifier and TypeMethodDescriptionPlayerInventory.getHolder()
abstract HumanEntity
InventoryView.getPlayer()
Get the player viewing.Merchant.getTrader()
Gets the player this merchant is trading with, or null if it is not currently trading.Methods in org.bukkit.inventory that return types with arguments of type HumanEntityModifier and TypeMethodDescriptionInventory.getViewers()
Gets a list of players viewing the inventory. -
Uses of HumanEntity in org.bukkit.loot
Methods in org.bukkit.loot that return HumanEntityModifier and TypeMethodDescriptionLootContext.getKiller()
Get theHumanEntity
who killed theLootContext.getLootedEntity()
.Methods in org.bukkit.loot with parameters of type HumanEntityModifier and TypeMethodDescriptionLootContext.Builder.killer
(HumanEntity killer) Set theHumanEntity
that killedLootContext.getLootedEntity()
.