java.lang.Cloneablepublic class MonsterEggs extends TexturedMaterial
| Constructor | Description |
|---|---|
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
|
| Modifier and Type | Method | Description |
|---|---|---|
MonsterEggs |
clone() |
|
java.util.List<Material> |
getTextures() |
Retrieve a list of possible textures.
|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackfinalize, getClass, notify, notifyAll, wait, wait, waitgetMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringpublic 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 value@Deprecated public MonsterEggs(Material type, byte data)
type - the typedata - the raw data valuepublic java.util.List<Material> getTextures()
TexturedMaterialgetTextures in class TexturedMaterialpublic MonsterEggs clone()
clone in class TexturedMaterialCopyright © 2018. All rights reserved.