Uses of Enum Class
org.bukkit.FireworkEffect.Type
Packages that use FireworkEffect.Type
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of FireworkEffect.Type in org.bukkit
Subclasses with type arguments of type FireworkEffect.Type in org.bukkitModifier and TypeClassDescriptionstatic enumThe type or shape of the effect.Fields in org.bukkit with type parameters of type FireworkEffect.TypeModifier and TypeFieldDescriptionstatic final Index<String, FireworkEffect.Type> FireworkEffect.Type.NAMESThe name map.Methods in org.bukkit that return FireworkEffect.TypeModifier and TypeMethodDescriptionFireworkEffect.getType()Get the type of the firework effect.static FireworkEffect.TypeReturns 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.Methods in org.bukkit with parameters of type FireworkEffect.TypeModifier and TypeMethodDescriptionFireworkEffect.Builder.with(@NotNull FireworkEffect.Type type) Specify the type of the firework effect.