Uses of Class
org.bukkit.FireworkEffect.Type
-
Packages that use FireworkEffect.Type Package Description org.bukkit More generalized classes in the API. -
-
Uses of FireworkEffect.Type in org.bukkit
Methods in org.bukkit that return FireworkEffect.Type Modifier and Type Method Description FireworkEffect.Type
FireworkEffect. getType()
Get the type of the firework effect.static FireworkEffect.Type
FireworkEffect.Type. valueOf(String name)
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.Methods in org.bukkit with parameters of type FireworkEffect.Type Modifier and Type Method Description FireworkEffect.Builder
FireworkEffect.Builder. with(FireworkEffect.Type type)
Specify the type of the firework effect.
-