Uses of Enum
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.bukkitMethods 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 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.Methods in org.bukkit with parameters of type FireworkEffect.TypeModifier and TypeMethodDescriptionFireworkEffect.Builder.with(FireworkEffect.Type type) Specify the type of the firework effect.