Uses of Class
io.github.lucfr1746.llibrary.itemstack.FireworkBuilder
Packages that use FireworkBuilder
-
Uses of FireworkBuilder in io.github.lucfr1746.llibrary.itemstack
Methods in io.github.lucfr1746.llibrary.itemstack that return FireworkBuilderModifier and TypeMethodDescriptionFireworkBuilder.addEffect
(@NotNull org.bukkit.FireworkEffect effect) Adds a single firework effect to the firework.FireworkBuilder.addEffects
(@NotNull Iterable<org.bukkit.FireworkEffect> effects) Adds a collection of firework effects to the firework.FireworkBuilder.addEffects
(@NotNull org.bukkit.FireworkEffect... effects) Adds multiple firework effects to the firework.FireworkBuilder.clearEffects()
Clears all firework effects from the firework.FireworkBuilder.removeEffect
(int index) Removes a firework effect at the specified index.FireworkBuilder.setPower
(int power) Sets the power of the firework, determining its flight duration.