Package net.minecraft
Enum Class class_11844.class_11845
- All Implemented Interfaces:
Serializable,Comparable<class_11844.class_11845>,Constable,StringIdentifiable
- Enclosing class:
class_11844
public static enum class_11844.class_11845
extends Enum<class_11844.class_11845>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_11844$class_11845intermediary net/minecraft/class_11844$class_11845official avd$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
FieldsFields 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_11844.class_11845Returns the enum constant of this class with the specified name.static class_11844.class_11845[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INT
- Mappings:
Namespace Name Mixin selector named INTLnet/minecraft/class_11844$class_11845;INT:Lnet/minecraft/class_11844$class_11845;intermediary field_62399Lnet/minecraft/class_11844$class_11845;field_62399:Lnet/minecraft/class_11844$class_11845;official aLavd$a;a:Lavd$a;
-
BOOL
- Mappings:
Namespace Name Mixin selector named BOOLLnet/minecraft/class_11844$class_11845;BOOL:Lnet/minecraft/class_11844$class_11845;intermediary field_62400Lnet/minecraft/class_11844$class_11845;field_62400:Lnet/minecraft/class_11844$class_11845;official bLavd$a;b:Lavd$a;
-
-
Field Details
-
field_62401
- Mappings:
Namespace Name Mixin selector named field_62401Lnet/minecraft/class_11844$class_11845;field_62401:Ljava/lang/String;intermediary field_62401Lnet/minecraft/class_11844$class_11845;field_62401:Ljava/lang/String;official cLavd$a;c:Ljava/lang/String;
-
-
Constructor Details
-
class_11845
-
-
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 cLbga;c()Ljava/lang/String;
-