Uses of Enum
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 TypeMethodDescriptionFireworkEffect.getType()
Get the type of the firework effect.static FireworkEffect.Type
Returns the enum constant of this type with the specified name.static FireworkEffect.Type[]
FireworkEffect.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionFireworkEffect.Builder.with(FireworkEffect.Type type)
Specify the type of the firework effect.