java.lang.Cloneable
, ConfigurationSerializable
, ItemMeta
public interface SpawnEggMeta extends ItemMeta
ItemMeta.Spigot
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, getCanDestroy, getCanPlaceOn, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigot
@Deprecated EntityType getSpawnedType()
@Deprecated void setSpawnedType(EntityType type)
type
- The entity type. May be null for implementation specific
default.SpawnEggMeta clone()
Copyright © 2018. All rights reserved.