Package net.minecraft
Enum Class class_9206.class_9207
- All Implemented Interfaces:
Serializable,Comparable<class_9206.class_9207>,Constable
- Enclosing class:
class_9206
- Mappings:
Namespace Name official dlr$aintermediary net/minecraft/class_9206$class_9207named net/minecraft/class_9206$class_9207
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_9206.class_9207Returns the enum constant of this class with the specified name.static class_9206.class_9207[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HALF_LIT
- Mappings:
Namespace Name Mixin selector official aLdlr$a;a:Ldlr$a;intermediary field_48911Lnet/minecraft/class_9206$class_9207;field_48911:Lnet/minecraft/class_9206$class_9207;named HALF_LITLnet/minecraft/class_9206$class_9207;HALF_LIT:Lnet/minecraft/class_9206$class_9207;
-
LIT
- Mappings:
Namespace Name Mixin selector official bLdlr$a;b:Ldlr$a;intermediary field_48912Lnet/minecraft/class_9206$class_9207;field_48912:Lnet/minecraft/class_9206$class_9207;named LITLnet/minecraft/class_9206$class_9207;LIT:Lnet/minecraft/class_9206$class_9207;
-
-
Field Details
-
field_48913
final int field_48913- Mappings:
Namespace Name Mixin selector official cLdlr$a;c:Iintermediary field_48913Lnet/minecraft/class_9206$class_9207;field_48913:Inamed field_48913Lnet/minecraft/class_9206$class_9207;field_48913:I
-
-
Constructor Details
-
class_9207
private class_9207(int int2)
-
-
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
-