Package org.bukkit.inventory
Interface DecoratedPotInventory
Interface to the inventory of a DecoratedPot.
- 
Method SummaryMethods inherited from interface org.bukkit.inventory.InventoryaddItem, all, all, clear, clear, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, isEmpty, iterator, iterator, remove, remove, removeItem, setContents, setItem, setMaxStackSize, setStorageContentsMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
setItemSet the item stack in the decorated pot.- Parameters:
- item- the new item stack
 
- 
getItemGet the item stack in the decorated pot.- Returns:
- the current item stack
 
- 
getHolderDescription copied from interface:InventoryGets the block or entity belonging to the open inventory
 
-