Package org.bukkit.material
Class SpawnEgg
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SpawnEgg
- All Implemented Interfaces:
- Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a spawn egg that can be used to spawn mobs
- 
Constructor SummaryConstructorsConstructorDescriptionSpawnEgg()Deprecated, for removal: This API element is subject to removal in a future version.SpawnEgg(byte data) Deprecated.Magic valueSpawnEgg(EntityType type) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.This is now stored inSpawnEggMeta.voidsetSpawnedType(EntityType type) Deprecated.This is now stored inSpawnEggMeta.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
SpawnEggpublic SpawnEgg()Deprecated, for removal: This API element is subject to removal in a future version.
- 
SpawnEggDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
- 
SpawnEggDeprecated.Magic value- Parameters:
- data- the raw data value
 
- 
SpawnEggDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getSpawnedTypeDeprecated.This is now stored inSpawnEggMeta.Get the type of entity this egg will spawn.- Returns:
- The entity type.
 
- 
setSpawnedTypeDeprecated.This is now stored inSpawnEggMeta.Set the type of entity this egg will spawn.- Parameters:
- type- The entity type.
 
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- MaterialData
 
 
- 
SpawnEggMeta