Cloneable
, ConfigurationSerializable
, ItemMeta
, PersistentDataHolder
public interface SpawnEggMeta extends ItemMeta
Modifier and Type | Method | Description |
---|---|---|
SpawnEggMeta |
clone() |
|
EntityType |
getSpawnedType() |
Deprecated.
different types are different items
|
void |
setSpawnedType(EntityType type) |
Deprecated.
different types are different items
|
serialize
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
getPersistentDataContainer
@Deprecated @Contract("-> fail") EntityType getSpawnedType()
@Deprecated @Contract("_ -> fail") void setSpawnedType(EntityType type)
type
- The entity type. May be null for implementation specific
default.@NotNull SpawnEggMeta clone()
Copyright © 2019. All rights reserved.