Package org.bukkit.inventory
Interface CartographyInventory
Interface to the inventory of a Cartography table.
- 
Method SummaryMethods inherited from interface org.bukkit.inventory.InventoryaddItem, 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, setStorageContentsMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
getResultCheck what item is in the result slot of this cartography table.- Returns:
- the result item
 
- 
setResultSet the item in the result slot of the cartography table- Parameters:
- newResult- the new result item
 
 
-