Uses of Enum Class
org.bukkit.FireworkEffect.Type
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of FireworkEffect.Type in org.bukkit
Modifier and TypeFieldDescriptionstatic final Index
<String, FireworkEffect.Type> FireworkEffect.Type.NAMES
The name map.Modifier and TypeMethodDescriptionFireworkEffect.getType()
Get the type of the firework effect.static FireworkEffect.Type
Returns the enum constant of this class with the specified name.static FireworkEffect.Type[]
FireworkEffect.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFireworkEffect.Builder.with
(@NotNull FireworkEffect.Type type) Specify the type of the firework effect.