java.lang.Cloneable, Directionalpublic class Furnace extends FurnaceAndDispenser
| Constructor | Description |
|---|---|
Furnace() |
|
Furnace(int type) |
Deprecated.
Magic value
|
Furnace(int type,
byte data) |
Deprecated.
Magic value
|
Furnace(BlockFace direction) |
Instantiate a furnace facing in a particular direction.
|
Furnace(Material type) |
|
Furnace(Material type,
byte data) |
Deprecated.
Magic value
|
| Modifier and Type | Method | Description |
|---|---|---|
Furnace |
clone() |
getFacing, setFacingDirection, toStringequals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic Furnace()
public Furnace(BlockFace direction)
direction - the direction the furnace's "opening" is facing@Deprecated public Furnace(int type)
type - the raw type idpublic Furnace(Material type)
@Deprecated
public Furnace(int type,
byte data)
type - the raw type iddata - the raw data value@Deprecated public Furnace(Material type, byte data)
type - the typedata - the raw data valuepublic Furnace clone()
clone in class FurnaceAndDispenserCopyright © 2018. All rights reserved.