Uses of Class
org.bukkit.FireworkEffect
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks . |
-
Uses of FireworkEffect in org.bukkit
Methods in org.bukkit that return FireworkEffect Modifier and Type Method Description FireworkEffect
FireworkEffect.Builder. build()
Create aFireworkEffect
from the current contents of this builder. -
Uses of FireworkEffect in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return FireworkEffect Modifier and Type Method Description FireworkEffect
FireworkEffectMeta. getEffect()
Gets the firework effect for this meta.Methods in org.bukkit.inventory.meta that return types with arguments of type FireworkEffect Modifier and Type Method Description List<FireworkEffect>
FireworkMeta. getEffects()
Get the effects in this firework.Methods in org.bukkit.inventory.meta with parameters of type FireworkEffect Modifier and Type Method Description void
FireworkMeta. addEffect(FireworkEffect effect)
Add another effect to this firework.void
FireworkMeta. addEffects(FireworkEffect... effects)
Add several effects to this firework.void
FireworkEffectMeta. setEffect(FireworkEffect effect)
Sets the firework effect for this meta.Method parameters in org.bukkit.inventory.meta with type arguments of type FireworkEffect Modifier and Type Method Description void
FireworkMeta. addEffects(Iterable<FireworkEffect> effects)
Add several firework effects to this firework.