Uses of Interface
org.bukkit.entity.HumanEntity
-
Packages that use HumanEntity Package Description org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, 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.org.bukkit.loot Classes relevant to loot table manipulation and generation. -
-
Uses of HumanEntity in org.bukkit.entity
Subinterfaces of HumanEntity in org.bukkit.entity Modifier and Type Interface Description interfacePlayerRepresents 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 @NotNull HumanEntityFoodLevelChangeEvent. getEntity()Constructors in org.bukkit.event.entity with parameters of type HumanEntity Constructor Description FoodLevelChangeEvent(@NotNull HumanEntity what, int level)FoodLevelChangeEvent(@NotNull HumanEntity what, int level, @Nullable ItemStack item) -
Uses of HumanEntity in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return HumanEntity Modifier and Type Method Description @NotNull HumanEntityInventoryCloseEvent. getPlayer()Returns the player involved in this event@NotNull HumanEntityInventoryOpenEvent. getPlayer()Returns the player involved in this event@NotNull HumanEntityInventoryInteractEvent. 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 @NotNull 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 @Nullable HumanEntityPlayerInventory. getHolder()abstract @NotNull HumanEntityInventoryView. getPlayer()Get the player viewing.@Nullable HumanEntityMerchant. 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 HumanEntity Modifier and Type Method Description @NotNull List<HumanEntity>Inventory. getViewers()Gets a list of players viewing the inventory. -
Uses of HumanEntity in org.bukkit.loot
Methods in org.bukkit.loot that return HumanEntity Modifier and Type Method Description @Nullable HumanEntityLootContext. getKiller()Get theHumanEntitywho killed theLootContext.getLootedEntity().Methods in org.bukkit.loot with parameters of type HumanEntity Modifier and Type Method Description @NotNull LootContext.BuilderLootContext.Builder. killer(@Nullable HumanEntity killer)Set theHumanEntitythat killedLootContext.getLootedEntity().
-