Package org.bukkit.inventory
Interface GrindstoneInventory
Interface to the inventory of a Grindstone.
- 
Method SummaryModifier and TypeMethodDescriptionGets the lower input item.Gets the result.Gets the upper input item.default voidsetLowerItem(@Nullable ItemStack lowerItem) Sets the lower input item.default voidSets the result.default voidsetUpperItem(@Nullable ItemStack upperItem) Sets the upper input 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- 
getUpperItemGets the upper input item.- Returns:
- upper input item
 
- 
setUpperItemSets the upper input item.- Parameters:
- upperItem- item to set
 
- 
getLowerItemGets the lower input item.- Returns:
- lower input item
 
- 
setLowerItemSets the lower input item.- Parameters:
- lowerItem- item to set
 
- 
getResultGets the result.- Returns:
- result
 
- 
setResultSets the result.- Parameters:
- result- item to set
 
 
-