类 WoodenStep

所有已实现的接口:
Cloneable

public class WoodenStep extends Wood
代表不同种类的木台阶
另请参阅:
  • 字段详细资料

    • DEFAULT_TYPE

      protected static final Material DEFAULT_TYPE
    • DEFAULT_INVERTED

      protected static final boolean DEFAULT_INVERTED
      另请参阅:
  • 构造器详细资料

    • WoodenStep

      public WoodenStep()
      构造本类.

      原文:Constructs a wooden step.

    • WoodenStep

      public WoodenStep(TreeSpecies species)
      以给定的树木种类构造本类.

      原文:Constructs a wooden step of the given tree species.

      参数:
      species - 这个台阶的树木种类
    • WoodenStep

      public WoodenStep(TreeSpecies species, boolean inv)
      以给定的树木种类和台阶类型(上半台阶和普通台阶)构造本类.

      原文:Constructs a wooden step of the given type and tree species, either inverted or not.

      参数:
      species - 这个台阶的树木种类
      inv - 如果这是上半台阶则为true
    • WoodenStep

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

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

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

    • isInverted

      public boolean isInverted()
      这个台阶是否被反转的。

      原文:Test if step is inverted

      返回:
      true为反转的(上半), false为正常形态(下半)
    • setInverted

      public void setInverted(boolean inv)
      设置这个台阶是否被反转。

      原文:Set step inverted state

      参数:
      inv - true为反转的(上半), false为正常形态(下半)
    • clone

      public WoodenStep clone()
      覆盖:
      clone 在类中 Wood
    • toString

      public String toString()
      覆盖:
      toString 在类中 Wood