类 Step

所有已实现的接口:
Cloneable

public class Step extends TexturedMaterial
代表不同种类的台阶。
  • 构造器详细资料

    • Step

      public Step()
    • Step

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

      public Step(Material type)
    • Step

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

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

    • getTextures

      public List<Material> getTextures()
      从类复制的说明: TexturedMaterial
      检索可能的材质列表.列表的第一个元素将用来作为缺省值.

      原文:Retrieve a list of possible textures. The first element of the list will be used as a default.

      指定者:
      getTextures 在类中 TexturedMaterial
      返回:
      这个方块可能的材质列表
    • isInverted

      public boolean isInverted()
      看看一个台阶是否被反转了。 原文:Test if step is inverted
      返回:
      true 如果台阶被反转(上半块),false 一般状态(下半块) 原文:if inverted (top half), false if normal (bottom half)
    • setInverted

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

      原文:Set step inverted state

      参数:
      inv - true 如果台阶是被反转的 (上半块), false 如果台阶一般状态 (下半块)
    • getTextureIndex

      @Deprecated protected int getTextureIndex()
      已过时。
      不安全的参数
      从类复制的说明: TexturedMaterial
      获取物品的材质类型。

      译注:该方法即为获取物品数据值。关于数据值,请参考Minecraft Wiki。

      原文:Get material index from data

      覆盖:
      getTextureIndex 在类中 TexturedMaterial
      返回:
      物品的材质类型
    • setTextureIndex

      @Deprecated protected void setTextureIndex(int idx)
      已过时。
      不安全的参数
      从类复制的说明: TexturedMaterial
      设置物品的材质类型。

      译注:该方法即为设置物品数据值。关于数据值,请参考Minecraft Wiki。

      原文:Set material index

      覆盖:
      setTextureIndex 在类中 TexturedMaterial
      参数:
      idx - 物品的材质类型
    • clone

      public Step clone()
      覆盖:
      clone 在类中 TexturedMaterial
    • toString

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