Class TrapDoor

All Implemented Interfaces:
java.lang.Cloneable, Attachable, Directional, Openable

public class TrapDoor
extends SimpleAttachableMaterialData
implements Openable
Represents a trap door
  • Constructor Details

    • TrapDoor

      public TrapDoor()
    • TrapDoor

      @Deprecated public TrapDoor​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • TrapDoor

      public TrapDoor​(Material type)
    • TrapDoor

      @Deprecated public TrapDoor​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • TrapDoor

      @Deprecated public TrapDoor​(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details