Cloneable
, Directional
BlockData
.@Deprecated public class Furnace extends FurnaceAndDispenser
Constructor | Description |
---|---|
Furnace() |
Deprecated.
|
Furnace(BlockFace direction) |
Deprecated.
Instantiate a furnace facing in a particular direction.
|
Furnace(Material type) |
Deprecated.
|
Furnace(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
Furnace |
clone() |
Deprecated.
|
getFacing, setFacingDirection, toString
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public 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 FurnaceAndDispenser
Copyright © 2019. All rights reserved.