Interface StonecutterInventory
Interface to the inventory of a Stonecutter.
-
Method Summary
Modifier 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 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, setStorageContentsMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getInputItem
-
setInputItem
-
getResult
-
setResult
-