类 MonsterEggs

所有已实现的接口:
Cloneable

public class MonsterEggs extends TexturedMaterial
代表不同种类的刷怪蛋
  • 构造器详细资料

    • MonsterEggs

      public MonsterEggs()
    • MonsterEggs

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

      public MonsterEggs(Material type)
    • MonsterEggs

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

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

    • 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 MonsterEggs clone()
      覆盖:
      clone 在类中 TexturedMaterial