类 FurnaceAndDispenser

所有已实现的接口:
Cloneable, Directional
直接已知子类:
Dispenser, Furnace

public class FurnaceAndDispenser extends DirectionalContainer
代表熔炉或发射器,两种定向容器.
  • 构造器详细资料

    • FurnaceAndDispenser

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

      public FurnaceAndDispenser(Material type)
    • FurnaceAndDispenser

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

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