Package org.bukkit.inventory
Interface DoubleChestInventory
Interface to the inventory of a Double Chest.
- 
Method SummaryModifier and TypeMethodDescriptionGets the block or entity belonging to the open inventoryGet the left half of this double chest.Get the right side of this double chest.Methods inherited from interface org.bukkit.inventory.InventoryaddItem, all, all, clear, clear, close, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getHolder, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, isEmpty, iterator, iterator, remove, remove, removeItem, removeItemAnySlot, setContents, setItem, setMaxStackSize, setStorageContentsMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
getLeftSideGet the left half of this double chest.- Returns:
- The left side inventory
 
- 
getRightSideGet the right side of this double chest.- Returns:
- The right side inventory
 
- 
getHolderDescription copied from interface:InventoryGets the block or entity belonging to the open inventory
 
-