Class Stairs

All Implemented Interfaces:
Cloneable, Directional

@Deprecated(forRemoval=true, since="1.13") public class Stairs extends MaterialData implements Directional
Deprecated, for removal: This API element is subject to removal in a future version.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents stairs.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Stairs(Material type, byte data)
    Deprecated.
    Magic value
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the direction this block is facing
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Test if step is inverted
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set the direction the stair part of the block is facing
    void
    setInverted(boolean inv)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set step inverted state
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.bukkit.material.MaterialData

    equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Stairs

      public Stairs(Material type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Stairs

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

    • getAscendingDirection

      public BlockFace getAscendingDirection()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the direction the stairs ascend towards
    • getDescendingDirection

      public BlockFace getDescendingDirection()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the direction the stairs descend towards
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
      Test if step is inverted
      Returns:
      true if inverted (top half), false if normal (bottom half)
    • setInverted

      public void setInverted(boolean inv)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set step inverted state
      Parameters:
      inv - - true if step is inverted (top half), false if step is normal (bottom half)
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class MaterialData
    • clone

      public Stairs clone()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clone in class MaterialData