public class MonsterEggs extends TexturedMaterial
| 构造器和说明 |
|---|
MonsterEggs() |
MonsterEggs(int type)
已过时。
不安全的参数
|
MonsterEggs(int type,
byte data)
已过时。
不安全的参数
|
MonsterEggs(Material type) |
MonsterEggs(Material type,
byte data)
已过时。
不安全的参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
MonsterEggs |
clone() |
java.util.List<Material> |
getTextures()
检索可能的材质列表.列表的第一个元素将用来作为缺省值.
|
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringequals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic MonsterEggs()
@Deprecated public MonsterEggs(int type)
type - the raw type idpublic MonsterEggs(Material type)
@Deprecated
public MonsterEggs(int type,
byte data)
type - the raw type iddata - the raw data@Deprecated public MonsterEggs(Material type, byte data)
type - the typedata - the raw datapublic java.util.List<Material> getTextures()
TexturedMaterial原文:Retrieve a list of possible textures. The first element of the list will be used as a default.
getTextures 在类中 TexturedMaterialpublic MonsterEggs clone()
clone 在类中 TexturedMaterial