public interface FireworkEffectMeta extends ItemMeta
Material.FIREWORK_STAR.ItemMeta.Spigot| Modifier and Type | Method and Description |
|---|---|
FireworkEffectMeta |
clone() |
FireworkEffect |
getEffect()
Gets the firework effect for this meta.
|
boolean |
hasEffect()
Checks if this meta has an effect.
|
void |
setEffect(FireworkEffect effect)
Sets the firework effect for this meta.
|
addAttributeModifier, addEnchant, addItemFlags, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, setUnbreakable, setVersion, spigotserializegetPersistentDataContainervoid setEffect(@Nullable
FireworkEffect effect)
effect - the effect to set, or null to indicate none.boolean hasEffect()
@Nullable FireworkEffect getEffect()
@NotNull FireworkEffectMeta clone()
Copyright © 2022. All rights reserved.