Interface FurnaceInventory
Interface to the inventory of a Furnace.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if an item can be smelted in this furnace containergetFuel()Get the current fuel.Gets the block or entity belonging to the open inventoryGet the current item in the result slot.Get the item currently smelting.booleanCheck if an item can be used as a fuel source in this furnace containervoidSet the current fuel.voidSet the current item in the result slot.voidsetSmelting(@Nullable ItemStack stack) Set the item currently smelting.Methods inherited from interface Inventory
addItem, all, all, clear, clear, close, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, 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
-
getResult
-
getFuel
-
getSmelting
-
setFuel
-
setResult
-
setSmelting
-
isFuel
-
canSmelt
-
getHolder
-