Package net.minecraft
Enum Class class_11636
- All Implemented Interfaces:
Serializable,Comparable<class_11636>,Constable,StringIdentifiable
@Environment(CLIENT)
public enum class_11636
extends Enum<class_11636>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_11636intermediary net/minecraft/class_11636official gbr
-
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 StringIdentifiable.EnumCodec<class_11636> private final Stringprivate 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_11636Returns the enum constant of this class with the specified name.static class_11636[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/class_11636;DEFAULT:Lnet/minecraft/class_11636;intermediary field_61599Lnet/minecraft/class_11636;field_61599:Lnet/minecraft/class_11636;official aLgbr;a:Lgbr;
-
PERFORMANCE
- Mappings:
Namespace Name Mixin selector named PERFORMANCELnet/minecraft/class_11636;PERFORMANCE:Lnet/minecraft/class_11636;intermediary field_61600Lnet/minecraft/class_11636;field_61600:Lnet/minecraft/class_11636;official bLgbr;b:Lgbr;
-
-
Field Details
-
field_61601
- Mappings:
Namespace Name Mixin selector named field_61601Lnet/minecraft/class_11636;field_61601:Lnet/minecraft/util/StringIdentifiable$EnumCodec;intermediary field_61601Lnet/minecraft/class_11636;field_61601:Lnet/minecraft/class_3542$class_7292;official cLgbr;c:Lbdh$a;
-
field_61602
- Mappings:
Namespace Name Mixin selector named field_61602Lnet/minecraft/class_11636;field_61602:Ljava/lang/String;intermediary field_61602Lnet/minecraft/class_11636;field_61602:Ljava/lang/String;official dLgbr;d:Ljava/lang/String;
-
field_61603
- Mappings:
Namespace Name Mixin selector named field_61603Lnet/minecraft/class_11636;field_61603:Ljava/lang/String;intermediary field_61603Lnet/minecraft/class_11636;field_61603:Ljava/lang/String;official eLgbr;e:Ljava/lang/String;
-
-
Constructor Details
-
class_11636
-
-
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
-
method_72782
- Mappings:
Namespace Name Mixin selector named method_72782Lnet/minecraft/class_11636;method_72782()Ljava/lang/String;intermediary method_72782Lnet/minecraft/class_11636;method_72782()Ljava/lang/String;official aLgbr;a()Ljava/lang/String;
-
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 cLbdh;c()Ljava/lang/String;
-