SpawnEggMeta
@Deprecated public class SpawnEgg extends MaterialData
Constructor and Description |
---|
SpawnEgg()
Deprecated.
|
SpawnEgg(byte data)
Deprecated.
Magic value
|
SpawnEgg(EntityType type)
Deprecated.
|
SpawnEgg(int type,
byte data)
Deprecated.
Magic value
|
Modifier and Type | Method and 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, getItemTypeId, hashCode, setData, toItemStack, toItemStack
public 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)
@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 © 2021. All rights reserved.