类 Stairs

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

public class Stairs extends MaterialData implements Directional
代表楼梯
  • 构造器详细资料

    • Stairs

      @Deprecated public Stairs(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Stairs

      public Stairs(Material type)
    • Stairs

      @Deprecated public Stairs(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Stairs

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

    • getAscendingDirection

      public BlockFace getAscendingDirection()
      返回:
      楼梯上升的方向
    • getDescendingDirection

      public BlockFace getDescendingDirection()
      返回:
      楼梯下降的方向
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      设置楼梯部分的朝向.

      原文:Set the direction the stair part of the block is facing

      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - 这个方块的朝向
    • getFacing

      public BlockFace getFacing()
      从接口复制的说明: Directional
      获取这个方块的朝向.

      原文:Gets the direction this block is facing

      指定者:
      getFacing 在接口中 Directional
      返回:
      楼梯的朝向
    • isInverted

      public boolean isInverted()
      测试这个台阶是否被反转.

      原文:Test if step is inverted

      返回:
      true为台阶被反转(上半),false为一般状态(下半)
    • setInverted

      public void setInverted(boolean inv)
      设置台阶的反转状态.

      原文:Set step inverted state

      参数:
      inv - - true为台阶被反转(上半),false为一般状态(下半)
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Stairs clone()
      覆盖:
      clone 在类中 MaterialData