public class Furnace extends FurnaceAndDispenser
| Constructor and Description | 
|---|
| 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 | 
| Modifier and Type | Method and 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 © 2015. All rights reserved.