接口 SpawnEggMeta
代表刷怪蛋和它刷出的实体的类型.
-
方法概要
修饰符和类型方法说明clone()
Gets theEntitySnapshot
that will be spawned by this spawn egg or null if no entity has been set.已过时。不同实体类型对应不同的刷怪蛋物品void
setSpawnedEntity
(@NotNull EntitySnapshot snapshot) Sets theEntitySnapshot
that will be spawned by this spawn egg.void
setSpawnedType
(EntityType type) 已过时。不同实体类型对应不同的刷怪蛋物品从接口继承的方法 org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
从接口继承的方法 org.bukkit.inventory.meta.ItemMeta
addAttributeModifier, addEnchant, addItemFlags, getAsComponentString, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchantmentGlintOverride, getEnchants, getFood, getItemFlags, getItemName, getJukeboxPlayable, getLocalizedName, getLore, getMaxStackSize, getRarity, getTool, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchantmentGlintOverride, hasEnchants, hasFood, hasItemFlag, hasItemName, hasJukeboxPlayable, hasLocalizedName, hasLore, hasMaxStackSize, hasRarity, hasTool, isFireResistant, isHideTooltip, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeEnchantments, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setEnchantmentGlintOverride, setFireResistant, setFood, setHideTooltip, setItemName, setJukeboxPlayable, setLocalizedName, setLore, setMaxStackSize, setRarity, setTool, setUnbreakable, setVersion
从接口继承的方法 org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
-
方法详细资料
-
getSpawnedType
已过时。不同实体类型对应不同的刷怪蛋物品获取刷怪蛋生成的实体的类型.原文: Get the type of entity this egg will spawn.
- 返回:
- 实体类型. 根据实现指定的默认值, 可能为 null
-
setSpawnedType
已过时。不同实体类型对应不同的刷怪蛋物品设置刷怪蛋生成的实体的类型.原文: Set the type of entity this egg will spawn.
- 参数:
type
- 实体类型. 根据实现指定的默认值, 可能为 null
-
getSpawnedEntity
Gets theEntitySnapshot
that will be spawned by this spawn egg or null if no entity has been set.
All applicable data from the egg will be copied, such as custom name, health, and velocity.
- 返回:
- the entity snapshot or null if no entity has been set
-
setSpawnedEntity
Sets theEntitySnapshot
that will be spawned by this spawn egg.
All applicable data from the entity will be copied, such as custom name, health, and velocity.
- 参数:
snapshot
- the snapshot
-
clone
-