类 WoodenStep

所有已实现的接口:
Cloneable

@Deprecated public class WoodenStep extends Wood
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
代表不同的木台阶.
另请参阅:
  • 字段详细资料

    • 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 the step is at the top of the block
    • 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