public class Furnace extends FurnaceAndDispenser
| 构造器和说明 |
|---|
Furnace() |
Furnace(BlockFace direction)
实例化一个特定朝向的熔炉.
|
Furnace(int type)
已过时。
不安全的参数
|
Furnace(int type,
byte data)
已过时。
不安全的参数
|
Furnace(Material type) |
Furnace(Material type,
byte data)
已过时。
不安全的参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
Furnace |
clone() |
getFacing, setFacingDirection, toStringequals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic Furnace()
public Furnace(BlockFace direction)
原文:Instantiate a furnace facing in a particular direction.
direction - 熔炉的朝向@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 在类中 FurnaceAndDispenser