public interface FireworkEffectMeta extends ItemMeta
Material.FIREWORK_CHARGE.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. | 
addEnchant, getDisplayName, getEnchantLevel, getEnchants, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasLore, removeEnchant, setDisplayName, setLore, spigotserializevoid setEffect(FireworkEffect effect)
effect - the effect to set, or null to indicate none.boolean hasEffect()
FireworkEffect getEffect()
FireworkEffectMeta clone()
Copyright © 2015. All rights reserved.