public interface SpawnEggMeta extends ItemMeta
Material.MONSTER_EGG
and it's spawned type.ItemMeta.Spigot
Modifier and Type | Method and 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.
|
addEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigot
serialize
EntityType getSpawnedType()
void setSpawnedType(EntityType type)
type
- The entity type. May be null for implementation specific
default.SpawnEggMeta clone()
Copyright © 2021. All rights reserved.