|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FireworkEffect.Type | |
---|---|
org.bukkit | More generalized classes in the API. |
Uses of FireworkEffect.Type in org.bukkit |
---|
Methods in org.bukkit that return FireworkEffect.Type | |
---|---|
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 | |
---|---|
FireworkEffect.Builder |
FireworkEffect.Builder.with(FireworkEffect.Type type)
Specify the type of the firework effect. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |