public class Furnace extends FurnaceAndDispenser
| Constructor and Description | 
|---|
Furnace()  | 
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 and Description | 
|---|---|
Furnace | 
clone()  | 
getFacing, setFacingDirection, toStringequals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic Furnace()
public Furnace(BlockFace direction)
direction - the direction the furnace's "opening" is facingpublic Furnace(Material type)
@Deprecated public Furnace(Material type, byte data)
type - the typedata - the raw data valuepublic Furnace clone()
clone in class FurnaceAndDispenserCopyright © 2022. All rights reserved.