Package org.bukkit.inventory
Interface StonecutterInventory
Interface to the inventory of a Stonecutter.
- 
Method SummaryModifier and TypeMethodDescriptionGets the input item.Gets the result item.default voidsetInputItem(@Nullable ItemStack itemStack) Sets the input item.default voidSets the result item.Methods 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- 
getInputItemGets the input item.- Returns:
- input item
 
- 
setInputItemSets the input item.- Parameters:
- itemStack- item to set
 
- 
getResultGets the result item.- Returns:
- result
 
- 
setResultSets the result item.- Parameters:
- itemStack- item to set
 
 
-