Package org.bukkit.inventory.meta
Interface SpawnEggMeta
- All Superinterfaces:
Cloneable
,ConfigurationSerializable
,ItemMeta
,PersistentDataHolder
Represents a spawn egg and it's spawned type.
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get the custom type of entity this egg will spawn.Deprecated, for removal: This API element is subject to removal in a future version.different types are different itemsvoid
Set the custom type of entity this egg will spawn.void
setSpawnedType
(EntityType type) Deprecated, for removal: This API element is subject to removal in a future version.different types are different itemsMethods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
Methods inherited from interface org.bukkit.inventory.meta.ItemMeta
addAttributeModifier, addEnchant, addItemFlags, displayName, displayName, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getCustomModelData, getCustomTagContainer, getDestroyableKeys, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, getLoreComponents, getPlaceableKeys, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, hasPlaceableKeys, isUnbreakable, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setLocalizedName, setLore, setLoreComponents, setPlaceableKeys, setUnbreakable, setVersion
Methods inherited from interface org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
-
Method Details
-
getSpawnedType
Deprecated, for removal: This API element is subject to removal in a future version.different types are different itemsGet the type of entity this egg will spawn.- Returns:
- The entity type. May be null for implementation specific default.
-
setSpawnedType
Deprecated, for removal: This API element is subject to removal in a future version.different types are different itemsSet the type of entity this egg will spawn.- Parameters:
type
- The entity type. May be null for implementation specific default.
-
getCustomSpawnedType
Get the custom type of entity this egg will spawn.- Returns:
- the entity type or null if no custom type is set
-
setCustomSpawnedType
Set the custom type of entity this egg will spawn.- Parameters:
type
- the entity type or null to clear the custom type
-
clone
-