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