|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Furnace
Represents a furnace.
Method Summary | |
---|---|
short |
getBurnTime()
Get burn time. |
short |
getCookTime()
Get cook time. |
FurnaceInventory |
getInventory()
Get the object's inventory. |
void |
setBurnTime(short burnTime)
Set burn time. |
void |
setCookTime(short cookTime)
Set cook time. |
Methods inherited from interface org.bukkit.block.BlockState |
---|
getBlock, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getTypeId, getWorld, getX, getY, getZ, setData, setRawData, setType, setTypeId, update, update |
Methods inherited from interface org.bukkit.metadata.Metadatable |
---|
getMetadata, hasMetadata, removeMetadata, setMetadata |
Method Detail |
---|
short getBurnTime()
void setBurnTime(short burnTime)
burnTime
- Burn timeshort getCookTime()
void setCookTime(short cookTime)
cookTime
- Cook timeFurnaceInventory getInventory()
InventoryHolder
getInventory
in interface InventoryHolder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |