Package org.bukkit.inventory
Interface InventoryHolder
- All Known Subinterfaces:
Beacon
,BrewingStand
,Chest
,ContainerBlock
,Dispenser
,Dropper
,Furnace
,Hopper
,HopperMinecart
,Horse
,HumanEntity
,Player
,StorageMinecart
,StorageMinecart
- All Known Implementing Classes:
DoubleChest
public interface InventoryHolder
-
Method Summary
Modifier and Type Method Description Inventory
getInventory()
Get the object's inventory.
-
Method Details
-
getInventory
Inventory getInventory()Get the object's inventory.- Returns:
- The inventory.
-