类 Dispenser

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

public class Dispenser extends FurnaceAndDispenser
代表发射器.
  • 构造器详细资料

    • Dispenser

      public Dispenser()
    • Dispenser

      public Dispenser(BlockFace direction)
    • Dispenser

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

      public Dispenser(Material type)
    • Dispenser

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

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