Package org.bukkit.inventory
Interface CartographyInventory
Interface to the inventory of a Cartography table.
-
Method Summary
Methods inherited from interface org.bukkit.inventory.Inventory
addItem, all, all, clear, clear, close, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getHolder, getHolder, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, isEmpty, iterator, iterator, remove, remove, removeItem, removeItemAnySlot, setContents, setItem, setMaxStackSize, setStorageContents
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getResult
Check what item is in the result slot of this smithing table.- Returns:
- the result item
-
setResult
Set the item in the result slot of the smithing table- Parameters:
newResult
- the new result item
-