Class TrapDoor

    • Constructor Detail

      • TrapDoor

        public TrapDoor()
        Deprecated.
      • TrapDoor

        public TrapDoor​(Material type)
        Deprecated.
      • TrapDoor

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

      • 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