java.lang.Cloneable
, ConfigurationSerializable
, ItemMeta
public interface FireworkEffectMeta extends ItemMeta
Material.FIREWORK_STAR
.ItemMeta.Spigot
Modifier and Type | Method | 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.
|
serialize
addAttributeModifier, addEnchant, addItemFlags, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigot
void setEffect(FireworkEffect effect)
effect
- the effect to set, or null to indicate none.boolean hasEffect()
FireworkEffect getEffect()
FireworkEffectMeta clone()
Copyright © 2018. All rights reserved.