diff --git a/src/main/java/org/bukkit/entity/HumanEntity.java b/src/main/java/org/bukkit/entity/HumanEntity.java index e1f9f5a3..ffb5bcea 100644 --- a/src/main/java/org/bukkit/entity/HumanEntity.java +++ b/src/main/java/org/bukkit/entity/HumanEntity.java @@ -28,6 +28,13 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, Permissible, Inv */ public PlayerInventory getInventory(); + /** + * Get the player's EnderChest inventory + * + * @return The EnderChest of the player + */ + public Inventory getEnderChest(); + /** * If the player currently has an inventory window open, this method will set a * property of that window, such as the state of a progress bar.