Enum Class FCFlameFremanLegoBase2
- All Implemented Interfaces:
Serializable, Comparable<FCFlameFremanLegoBase2>, Constable, FCFlameFremanSuit, PrimordialOctal
public enum FCFlameFremanLegoBase2
extends Enum<FCFlameFremanLegoBase2>
implements FCFlameFremanSuit
The supported lego sand man bait marks.
- Version:
- 1.0 Sep 3, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionintbytes()intintstatic FCFlameFremanLegoBase2valueOf(int idx) Returns the enum constant of this class with the specified name.static FCFlameFremanLegoBase2Returns the enum constant of this class with the specified name.static FCFlameFremanLegoBase2valueOf(PrimordialOctal octal) Returns the enum constant of this class with the specified name.static FCFlameFremanLegoBase2[]values()Returns an array containing the constants of this enum class, in the order they are declared.static intMethods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface FCFlameFremanSuit
name, ordinal, zerdinal
-
Enum Constant Details
-
LEGO_0016
-
LEGO_0032
-
LEGO_0064
-
LEGO_0128
-
LEGO_0256
-
LEGO_0512
-
LEGO_1024
-
LEGO_2048
-
-
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
-
cakeOffsetSel0
public int cakeOffsetSel0()- Specified by:
cakeOffsetSel0in interfaceFCFlameFremanSuit
-
cakeOffsetBank
public int cakeOffsetBank()- Specified by:
cakeOffsetBankin interfaceFCFlameFremanSuit
-
maxWaterLevel
- Specified by:
maxWaterLevelin interfaceFCFlameFremanSuit
-
escapeSequenceFC6
- Specified by:
escapeSequenceFC6in interfaceFCFlameFremanSuit
-
bytes
public int bytes() -
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
-
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:
octal- 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
-