Package org.bukkit.inventory
Interface InventoryHolder
-
- All Known Subinterfaces:
AbstractHorse
,Beacon
,BrewingStand
,Chest
,ChestedHorse
,Container
,Dispenser
,Donkey
,Dropper
,Furnace
,Hopper
,HopperMinecart
,Horse
,HumanEntity
,Llama
,Mule
,Player
,ShulkerBox
,SkeletonHorse
,StorageMinecart
,Villager
,ZombieHorse
- All Known Implementing Classes:
DoubleChest
public interface InventoryHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Inventory
getInventory()
Get the object's inventory.
-
-
-
Method Detail
-
getInventory
@NotNull Inventory getInventory()
Get the object's inventory.- Returns:
- The inventory.
-
-