public interface SpawnEggMeta extends ItemMeta
ItemMeta.Spigot| Modifier and Type | Method and Description | 
|---|---|
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, getCanDestroy, getCanPlaceOn, getCustomTagContainer, getDestroyableKeys, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, getPlaceableKeys, hasAttributeModifiers, hasConflictingEnchant, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, hasPlaceableKeys, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setDestroyableKeys, setDisplayName, setLocalizedName, setLore, setPlaceableKeys, setUnbreakable, spigotserialize@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 SpawnEggMeta clone()
Copyright © 2022. All rights reserved.