Package org.bukkit
Enum Class FireworkEffect.Type
- All Implemented Interfaces:
Serializable
,Comparable<FireworkEffect.Type>
,Constable
,Translatable
- Enclosing class:
FireworkEffect
The type or shape of the effect.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionA small ball effect.A large ball effect.A burst effect.A creeper-face effect.A star-shaped effect. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the translation key.static FireworkEffect.Type
Returns the enum constant of this class with the specified name.static FireworkEffect.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BALL
A small ball effect. -
BALL_LARGE
A large ball effect. -
STAR
A star-shaped effect. -
BURST
A burst effect. -
CREEPER
A creeper-face effect.
-
-
Field Details
-
NAMES
The name map.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
translationKey
Description copied from interface:net.kyori.adventure.translation.Translatable
Gets the translation key.- Specified by:
translationKey
in interfaceTranslatable
- Returns:
- the translation key
-