|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.material.MaterialData org.bukkit.material.DirectionalContainer org.bukkit.material.FurnaceAndDispenser org.bukkit.material.Furnace
public class Furnace
Represents a furnace.
Constructor Summary | |
---|---|
Furnace()
|
|
Furnace(BlockFace direction)
Instantiate a furnace facing in a particular direction. |
|
Furnace(int type)
Deprecated. Magic value |
|
Furnace(int type,
byte data)
Deprecated. Magic value |
|
Furnace(Material type)
|
|
Furnace(Material type,
byte data)
Deprecated. Magic value |
Method Summary | |
---|---|
Furnace |
clone()
|
Methods inherited from class org.bukkit.material.DirectionalContainer |
---|
getFacing, setFacingDirection, toString |
Methods inherited from class org.bukkit.material.MaterialData |
---|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Furnace()
public Furnace(BlockFace direction)
direction
- the direction the furnace's "opening" is facing@Deprecated public Furnace(int type)
public Furnace(Material type)
@Deprecated public Furnace(int type, byte data)
@Deprecated public Furnace(Material type, byte data)
Method Detail |
---|
public Furnace clone()
clone
in class FurnaceAndDispenser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |