Uses of Class
org.bukkit.FireworkEffect.Builder
Packages that use FireworkEffect.Builder
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of FireworkEffect.Builder in org.bukkit
Methods in org.bukkit that return FireworkEffect.BuilderModifier and TypeMethodDescriptionstatic @NotNull FireworkEffect.BuilderFireworkEffect.builder()Construct a firework effect.@NotNull FireworkEffect.BuilderFireworkEffect.Builder.flicker(boolean flicker) Set whether the firework effect should flicker.@NotNull FireworkEffect.BuilderFireworkEffect.Builder.trail(boolean trail) Set whether the firework effect should have a trail.@NotNull FireworkEffect.BuilderFireworkEffect.Builder.with(@NotNull FireworkEffect.Type type) Specify the type of the firework effect.@NotNull FireworkEffect.BuilderAdd several primary colors to the firework effect.@NotNull FireworkEffect.BuilderAdd a primary color to the firework effect.@NotNull FireworkEffect.BuilderAdd several primary colors to the firework effect.@NotNull FireworkEffect.BuilderAdd several fade colors to the firework effect.@NotNull FireworkEffect.BuilderAdd a fade color to the firework effect.@NotNull FireworkEffect.BuilderAdd several fade colors to the firework effect.@NotNull FireworkEffect.BuilderFireworkEffect.Builder.withFlicker()Add a flicker to the firework effect.@NotNull FireworkEffect.BuilderFireworkEffect.Builder.withTrail()Add a trail to the firework effect.