接口 SpawnEggMeta
代表刷怪蛋和它刷出的实体的类型.
-
方法概要
修饰符和类型方法说明clone()Gets theEntitySnapshotthat will be spawned by this spawn egg or null if no entity has been set.已过时。不同实体类型对应不同的刷怪蛋物品voidsetSpawnedEntity(@NotNull EntitySnapshot snapshot) Sets theEntitySnapshotthat will be spawned by this spawn egg.voidsetSpawnedType(EntityType type) 已过时。不同实体类型对应不同的刷怪蛋物品从接口继承的方法 org.bukkit.configuration.serialization.ConfigurationSerializable
serialize从接口继承的方法 org.bukkit.inventory.meta.ItemMeta
addAttributeModifier, addEnchant, addItemFlags, getAsComponentString, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getBlocksAttacks, getBreakSound, getConsumable, getCustomModelData, getCustomModelDataComponent, getCustomTagContainer, getDamageResistant, getDisplayName, getEnchantable, getEnchantLevel, getEnchantmentGlintOverride, getEnchants, getEquippable, getFood, getItemFlags, getItemModel, getItemName, getJukeboxPlayable, getLocalizedName, getLore, getMaxStackSize, getRarity, getTool, getTooltipStyle, getUseCooldown, getUseRemainder, getWeapon, hasAttributeModifiers, hasBlocksAttacks, hasBreakSound, hasConflictingEnchant, hasConsumable, hasCustomModelData, hasCustomModelDataComponent, hasDamageResistant, hasDisplayName, hasEnchant, hasEnchantable, hasEnchantmentGlintOverride, hasEnchants, hasEquippable, hasFood, hasItemFlag, hasItemModel, hasItemName, hasJukeboxPlayable, hasLocalizedName, hasLore, hasMaxStackSize, hasRarity, hasTool, hasTooltipStyle, hasUseCooldown, hasUseRemainder, hasWeapon, isFireResistant, isGlider, isHideTooltip, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeEnchantments, removeItemFlags, setAttributeModifiers, setBlocksAttacks, setBreakSound, setConsumable, setCustomModelData, setCustomModelDataComponent, setDamageResistant, setDisplayName, setEnchantable, setEnchantmentGlintOverride, setEquippable, setFireResistant, setFood, setGlider, setHideTooltip, setItemModel, setItemName, setJukeboxPlayable, setLocalizedName, setLore, setMaxStackSize, setRarity, setTool, setTooltipStyle, setUnbreakable, setUseCooldown, setUseRemainder, setVersion, setWeapon从接口继承的方法 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 theEntitySnapshotthat 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 theEntitySnapshotthat 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
-