Enum Class FCFlameNumberSparklerSmoke
- All Implemented Interfaces:
Serializable, Comparable<FCFlameNumberSparklerSmoke>, Constable
The sparker flame smoke signals.
- Version:
- 1.0 Sep 4 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic FCFlameNumberSparklerSmokevalueOf(int idx) Returns the enum constant of this class with the specified name.static FCFlameNumberSparklerSmokeReturns the enum constant of this class with the specified name.static FCFlameNumberSparklerSmoke[]values()Returns an array containing the constants of this enum class, in the order they are declared.static int
-
Enum Constant Details
-
BASE2_LEGO
-
BASE2_SIGNED
-
BASE8_LEGO
-
BASE8_CHOCO
-
CHOCO_PIG_RATIONAL
-
CHOCO_PIG_DECIMAL
-
CHOCO_PIG_FLOAT
-
CHOCO_PIG_CHOPED
-
-
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
-
valuesLength
public static int valuesLength() -
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:
idx- 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
-