类 SmoothBrick

所有已实现的接口:
Cloneable

public class SmoothBrick extends TexturedMaterial
代表不同种类的光滑的砖(石头、苔石、圆石、石砖).
  • 构造器详细资料

    • SmoothBrick

      public SmoothBrick()
    • SmoothBrick

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

      public SmoothBrick(Material type)
    • SmoothBrick

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

      @Deprecated public SmoothBrick(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
      返回:
      这个方块可能的材质列表
    • clone

      public SmoothBrick clone()
      覆盖:
      clone 在类中 TexturedMaterial