类 Furnace

所有已实现的接口:
Cloneable, Directional

public class Furnace extends FurnaceAndDispenser
代表熔炉.
  • 构造器详细资料

    • Furnace

      public Furnace()
    • Furnace

      public Furnace(BlockFace direction)
      实例化一个特定朝向的熔炉.

      原文:Instantiate a furnace facing in a particular direction.

      参数:
      direction - 熔炉的朝向
    • Furnace

      @Deprecated public Furnace(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Furnace

      public Furnace(Material type)
    • Furnace

      @Deprecated public Furnace(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Furnace

      @Deprecated public Furnace(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料