Class TrapDoor

All Implemented Interfaces:
Cloneable, Attachable, Directional, Openable

@Deprecated
public class TrapDoor
extends SimpleAttachableMaterialData
implements Openable
Deprecated.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a trap door
  • Constructor Details

  • Method Details

    • isOpen

      public boolean isOpen()
      Deprecated.
      Description copied from interface: Openable
      Check to see if the door is open.
      Specified by:
      isOpen in interface Openable
      Returns:
      true if the door has swung counterclockwise around its hinge.
    • setOpen

      public void setOpen​(boolean isOpen)
      Deprecated.
      Description copied from interface: Openable
      Configure this door to be either open or closed;
      Specified by:
      setOpen in interface Openable
      Parameters:
      isOpen - True to open the door.
    • isInverted

      public boolean isInverted()
      Deprecated.
      Test if trapdoor is inverted
      Returns:
      true if inverted (top half), false if normal (bottom half)
    • setInverted

      public void setInverted​(boolean inv)
      Deprecated.
      Set trapdoor inverted state
      Parameters:
      inv - - true if inverted (top half), false if normal (bottom half)
    • getAttachedFace

      public BlockFace getAttachedFace()
      Deprecated.
      Description copied from interface: Attachable
      Gets the face that this block is attached on
      Specified by:
      getAttachedFace in interface Attachable
      Returns:
      BlockFace attached to
    • setFacingDirection

      public void setFacingDirection​(BlockFace face)
      Deprecated.
      Description copied from interface: Directional
      Sets the direction that this block is facing in
      Specified by:
      setFacingDirection in interface Directional
      Parameters:
      face - The facing direction
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class SimpleAttachableMaterialData
    • clone

      public TrapDoor clone()
      Deprecated.
      Overrides:
      clone in class SimpleAttachableMaterialData