|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.material.MaterialData org.bukkit.material.TexturedMaterial org.bukkit.material.MonsterEggs
public class MonsterEggs
Represents the different types of monster eggs
Constructor Summary | |
---|---|
MonsterEggs()
|
|
MonsterEggs(int type)
Deprecated. Magic value |
|
MonsterEggs(int type,
byte data)
Deprecated. Magic value |
|
MonsterEggs(Material type)
|
|
MonsterEggs(Material type,
byte data)
Deprecated. Magic value |
Method Summary | |
---|---|
MonsterEggs |
clone()
|
List<Material> |
getTextures()
Retrieve a list of possible textures. |
Methods inherited from class org.bukkit.material.TexturedMaterial |
---|
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toString |
Methods inherited from class org.bukkit.material.MaterialData |
---|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonsterEggs()
@Deprecated public MonsterEggs(int type)
public MonsterEggs(Material type)
@Deprecated public MonsterEggs(int type, byte data)
@Deprecated public MonsterEggs(Material type, byte data)
Method Detail |
---|
public List<Material> getTextures()
TexturedMaterial
getTextures
in class TexturedMaterial
public MonsterEggs clone()
clone
in class TexturedMaterial
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |