Package org.bukkit.inventory
Interface DoubleChestInventory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable DoubleChestgetHolder()Gets the block or entity belonging to the open inventory@NotNull InventorygetLeftSide()Get the left half of this double chest.@NotNull InventorygetRightSide()Get the right side of this double chest.-
Methods inherited from interface org.bukkit.inventory.Inventory
addItem, all, all, clear, clear, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, iterator, iterator, remove, remove, removeItem, setContents, setItem, setMaxStackSize, setStorageContents
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-