Package net.minecraft
Enum Class class_10731.class_10732
- All Implemented Interfaces:
Serializable,Comparable<class_10731.class_10732>,Constable,StringIdentifiable
- Enclosing class:
class_10731
public static enum class_10731.class_10732
extends Enum<class_10731.class_10732>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_10731$class_10732intermediary net/minecraft/class_10731$class_10732official cjb$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10731.class_10732> private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static class_10731.class_10732Returns the enum constant of this class with the specified name.static class_10731.class_10732[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector named NORMALLnet/minecraft/class_10731$class_10732;NORMAL:Lnet/minecraft/class_10731$class_10732;intermediary field_56429Lnet/minecraft/class_10731$class_10732;field_56429:Lnet/minecraft/class_10731$class_10732;official aLcjb$a;a:Lcjb$a;
-
COLD
- Mappings:
Namespace Name Mixin selector named COLDLnet/minecraft/class_10731$class_10732;COLD:Lnet/minecraft/class_10731$class_10732;intermediary field_56430Lnet/minecraft/class_10731$class_10732;field_56430:Lnet/minecraft/class_10731$class_10732;official bLcjb$a;b:Lcjb$a;
-
WARM
- Mappings:
Namespace Name Mixin selector named WARMLnet/minecraft/class_10731$class_10732;WARM:Lnet/minecraft/class_10731$class_10732;intermediary field_56431Lnet/minecraft/class_10731$class_10732;field_56431:Lnet/minecraft/class_10731$class_10732;official cLcjb$a;c:Lcjb$a;
-
-
Field Details
-
field_56432
- Mappings:
Namespace Name Mixin selector named field_56432Lnet/minecraft/class_10731$class_10732;field_56432:Lcom/mojang/serialization/Codec;intermediary field_56432Lnet/minecraft/class_10731$class_10732;field_56432:Lcom/mojang/serialization/Codec;official dLcjb$a;d:Lcom/mojang/serialization/Codec;
-
field_56433
- Mappings:
Namespace Name Mixin selector named field_56433Lnet/minecraft/class_10731$class_10732;field_56433:Ljava/lang/String;intermediary field_56433Lnet/minecraft/class_10731$class_10732;field_56433:Ljava/lang/String;official eLcjb$a;e:Ljava/lang/String;
-
-
Constructor Details
-
class_10732
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbak;c()Ljava/lang/String;
-