public interface SpawnEggMeta extends ItemMeta
Modifier and Type | Method and Description |
---|---|
@NotNull SpawnEggMeta |
clone() |
EntityType |
getSpawnedType()
Deprecated.
different types are different items
|
void |
setSpawnedType(EntityType type)
Deprecated.
different types are different items
|
addAttributeModifier, addEnchant, addItemFlags, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, setUnbreakable, setVersion
serialize
getPersistentDataContainer
@Deprecated @Contract(value="-> fail") EntityType getSpawnedType()
@Deprecated @Contract(value="_ -> fail") void setSpawnedType(EntityType type)
type
- The entity type. May be null for implementation specific
default.@NotNull @NotNull SpawnEggMeta clone()
Copyright © 2022. All rights reserved.