Uses of Class
org.bukkit.FireworkEffect.Type
-
Packages that use FireworkEffect.Type Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes. -
-
Uses of FireworkEffect.Type in org.bukkit
Methods in org.bukkit that return FireworkEffect.Type Modifier and Type Method Description @NotNull FireworkEffect.TypeFireworkEffect. getType()Get the type of the firework effect.static FireworkEffect.TypeFireworkEffect.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 @NotNull FireworkEffect.BuilderFireworkEffect.Builder. with(@NotNull FireworkEffect.Type type)Specify the type of the firework effect.
-