类 Stairs

所有已实现的接口:
Cloneable, Directional

@Deprecated public class Stairs extends MaterialData implements Directional
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents stairs.
  • 构造器详细资料

    • Stairs

      public Stairs(Material type)
      已过时。
    • Stairs

      @Deprecated public Stairs(Material type, byte data)
      已过时。
      Magic value
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料

    • getAscendingDirection

      public BlockFace getAscendingDirection()
      已过时。
      返回:
      the direction the stairs ascend towards
    • getDescendingDirection

      public BlockFace getDescendingDirection()
      已过时。
      返回:
      the direction the stairs descend towards
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      已过时。
      Set the direction the stair part of the block is facing
      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - The facing direction
    • getFacing

      public BlockFace getFacing()
      已过时。
      从接口复制的说明: Directional
      Gets the direction this block is facing
      指定者:
      getFacing 在接口中 Directional
      返回:
      the direction the stair part of the block is facing
    • isInverted

      public boolean isInverted()
      已过时。
      Test if step is inverted
      返回:
      true if inverted (top half), false if normal (bottom half)
    • setInverted

      public void setInverted(boolean inv)
      已过时。
      Set step inverted state
      参数:
      inv - - true if step is inverted (top half), false if step is normal (bottom half)
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Stairs clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData