Package net.minecraft
Enum Class class_9069.class_9070
- All Implemented Interfaces:
Serializable,Comparable<class_9069.class_9070>,Constable,StringIdentifiable
- Enclosing class:
class_9069
public static enum class_9069.class_9070
extends Enum<class_9069.class_9070>
implements StringIdentifiable
- Mappings:
Namespace Name official bzj$aintermediary net/minecraft/class_9069$class_9070named net/minecraft/class_9069$class_9070
-
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 TypeFieldDescription(package private) final Stringprivate static StringIdentifiable.EnumCodec<class_9069.class_9070>Fields 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_9069.class_9070method_55727(String string) static class_9069.class_9070Returns the enum constant of this class with the specified name.static class_9069.class_9070[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IDLE
- Mappings:
Namespace Name Mixin selector official aLbzj$a;a:Lbzj$a;intermediary field_47790Lnet/minecraft/class_9069$class_9070;field_47790:Lnet/minecraft/class_9069$class_9070;named IDLELnet/minecraft/class_9069$class_9070;IDLE:Lnet/minecraft/class_9069$class_9070;
-
ROLLING
- Mappings:
Namespace Name Mixin selector official bLbzj$a;b:Lbzj$a;intermediary field_47791Lnet/minecraft/class_9069$class_9070;field_47791:Lnet/minecraft/class_9069$class_9070;named ROLLINGLnet/minecraft/class_9069$class_9070;ROLLING:Lnet/minecraft/class_9069$class_9070;
-
SCARED
- Mappings:
Namespace Name Mixin selector official cLbzj$a;c:Lbzj$a;intermediary field_47792Lnet/minecraft/class_9069$class_9070;field_47792:Lnet/minecraft/class_9069$class_9070;named SCAREDLnet/minecraft/class_9069$class_9070;SCARED:Lnet/minecraft/class_9069$class_9070;
-
-
Field Details
-
field_47794
- Mappings:
Namespace Name Mixin selector official eLbzj$a;e:Lavl$a;intermediary field_47794Lnet/minecraft/class_9069$class_9070;field_47794:Lnet/minecraft/class_3542$class_7292;named field_47794Lnet/minecraft/class_9069$class_9070;field_47794:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
-
field_47793
- Mappings:
Namespace Name Mixin selector official dLbzj$a;d:Ljava/lang/String;intermediary field_47793Lnet/minecraft/class_9069$class_9070;field_47793:Ljava/lang/String;named field_47793Lnet/minecraft/class_9069$class_9070;field_47793:Ljava/lang/String;
-
-
Constructor Details
-
class_9070
-
-
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_55727
- Mappings:
Namespace Name Mixin selector official aLbzj$a;a(Ljava/lang/String;)Lbzj$a;intermediary method_55727Lnet/minecraft/class_9069$class_9070;method_55727(Ljava/lang/String;)Lnet/minecraft/class_9069$class_9070;named method_55727Lnet/minecraft/class_9069$class_9070;method_55727(Ljava/lang/String;)Lnet/minecraft/class_9069$class_9070;
-
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 official cLavl;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-