Modifier and Type | Method | Description |
---|---|---|
ItemStack |
getFuel() |
Get the current fuel.
|
Furnace |
getHolder() |
Gets the block or entity belonging to the open inventory
|
ItemStack |
getResult() |
Get the current item in the result slot.
|
ItemStack |
getSmelting() |
Get the item currently smelting.
|
void |
setFuel(ItemStack stack) |
Set the current fuel.
|
void |
setResult(ItemStack stack) |
Set the current item in the result slot.
|
void |
setSmelting(ItemStack stack) |
Set the item currently smelting.
|
addItem, all, all, all, clear, clear, contains, contains, contains, contains, contains, contains, containsAtLeast, first, first, first, firstEmpty, getContents, getItem, getLocation, getMaxStackSize, getName, getSize, getStorageContents, getTitle, getType, getViewers, iterator, iterator, remove, remove, remove, removeItem, setContents, setItem, setMaxStackSize, setStorageContents
ItemStack getResult()
ItemStack getFuel()
ItemStack getSmelting()
void setFuel(ItemStack stack)
stack
- The itemvoid setResult(ItemStack stack)
stack
- The itemvoid setSmelting(ItemStack stack)
stack
- The itemCopyright © 2018. All rights reserved.