public interface SpawnEggMeta extends ItemMeta
Material.MONSTER_EGG and it's spawned type.| 限定符和类型 | 方法和说明 |
|---|---|
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, setUnbreakableserializeEntityType getSpawnedType()
void setSpawnedType(EntityType type)
type - The entity type. May be null for implementation specific
default.SpawnEggMeta clone()