java.lang.Cloneable, ConfigurationSerializable, ItemMetapublic interface SpawnEggMeta extends ItemMeta
Material.MONSTER_EGG and it's spawned type.ItemMeta.Spigot| Modifier and Type | Method | Description |
|---|---|---|
SpawnEggMeta |
clone() |
|
EntityType |
getSpawnedType() |
Get the type of entity this egg will spawn.
|
void |
setSpawnedType(EntityType type) |
Set the type of entity this egg will spawn.
|
serializeaddEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigotEntityType getSpawnedType()
void setSpawnedType(EntityType type)
type - The entity type. May be null for implementation specific
default.SpawnEggMeta clone()
Copyright © 2018. All rights reserved.