Class Stairs

    • Constructor Detail

      • Stairs

        public Stairs​(Material type)
        Deprecated.
      • Stairs

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

      • getAscendingDirection

        public BlockFace getAscendingDirection()
        Deprecated.
        Returns:
        the direction the stairs ascend towards
      • getDescendingDirection

        public BlockFace getDescendingDirection()
        Deprecated.
        Returns:
        the direction the stairs descend towards
      • setFacingDirection

        public void setFacingDirection​(BlockFace face)
        Deprecated.
        Set the direction the stair part of the block is facing
        Specified by:
        setFacingDirection in interface Directional
        Parameters:
        face - The facing direction
      • getFacing

        public BlockFace getFacing()
        Deprecated.
        Description copied from interface: Directional
        Gets the direction this block is facing
        Specified by:
        getFacing in interface Directional
        Returns:
        the direction the stair part of the block is facing
      • isInverted

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

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