public class SpawnEgg extends MaterialData
| Constructor and Description | 
|---|
| SpawnEgg() | 
| SpawnEgg(byte data)Deprecated. 
 Magic value | 
| SpawnEgg(EntityType type) | 
| SpawnEgg(int type,
        byte data)Deprecated. 
 Magic value | 
| Modifier and Type | Method and Description | 
|---|---|
| SpawnEgg | clone() | 
| EntityType | getSpawnedType()Get the type of entity this egg will spawn. | 
| void | setSpawnedType(EntityType type)Set the type of entity this egg will spawn. | 
| String | toString() | 
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic SpawnEgg()
@Deprecated public SpawnEgg(int type, byte data)
type - the raw type iddata - the raw data value@Deprecated public SpawnEgg(byte data)
data - the raw data valuepublic SpawnEgg(EntityType type)
public EntityType getSpawnedType()
public void setSpawnedType(EntityType type)
type - The entity type.public String toString()
toString in class MaterialDatapublic SpawnEgg clone()
clone in class MaterialDataCopyright © 2015. All rights reserved.