Cloneable
SpawnEggMeta
@Deprecated public class SpawnEgg extends MaterialData
Constructor | Description |
---|---|
SpawnEgg() |
Deprecated.
|
SpawnEgg(byte data) |
Deprecated.
Magic value
|
SpawnEgg(EntityType type) |
Deprecated.
|
SpawnEgg(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
SpawnEgg |
clone() |
Deprecated.
|
EntityType |
getSpawnedType() |
Deprecated.
This is now stored in
SpawnEggMeta . |
void |
setSpawnedType(EntityType type) |
Deprecated.
This is now stored in
SpawnEggMeta . |
String |
toString() |
Deprecated.
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public SpawnEgg()
@Deprecated public SpawnEgg(Material type, byte data)
type
- the typedata
- the raw data value@Deprecated public SpawnEgg(byte data)
data
- the raw data valuepublic SpawnEgg(EntityType type)
@Deprecated public EntityType getSpawnedType()
SpawnEggMeta
.@Deprecated public void setSpawnedType(EntityType type)
SpawnEggMeta
.type
- The entity type.public String toString()
toString
in class MaterialData
public SpawnEgg clone()
clone
in class MaterialData
Copyright © 2019. All rights reserved.