Package net.minecraft
Enum Class class_8323
- All Implemented Interfaces:
Serializable,Comparable<class_8323>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bfaintermediary net/minecraft/class_8323named net/minecraft/class_8323
-
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.Codec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_8323>private final Stringprivate final TextFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static class_8323Returns the enum constant of this class with the specified name.static class_8323[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLbfa;a:Lbfa;intermediary field_43808Lnet/minecraft/class_8323;field_43808:Lnet/minecraft/class_8323;named NONELnet/minecraft/class_8323;NONE:Lnet/minecraft/class_8323;
-
NORMAL
- Mappings:
Namespace Name Mixin selector official bLbfa;b:Lbfa;intermediary field_43809Lnet/minecraft/class_8323;field_43809:Lnet/minecraft/class_8323;named NORMALLnet/minecraft/class_8323;NORMAL:Lnet/minecraft/class_8323;
-
MILD
- Mappings:
Namespace Name Mixin selector official cLbfa;c:Lbfa;intermediary field_43810Lnet/minecraft/class_8323;field_43810:Lnet/minecraft/class_8323;named MILDLnet/minecraft/class_8323;MILD:Lnet/minecraft/class_8323;
-
WILD
- Mappings:
Namespace Name Mixin selector official dLbfa;d:Lbfa;intermediary field_43811Lnet/minecraft/class_8323;field_43811:Lnet/minecraft/class_8323;named WILDLnet/minecraft/class_8323;WILD:Lnet/minecraft/class_8323;
-
EXTREME
- Mappings:
Namespace Name Mixin selector official eLbfa;e:Lbfa;intermediary field_43812Lnet/minecraft/class_8323;field_43812:Lnet/minecraft/class_8323;named EXTREMELnet/minecraft/class_8323;EXTREME:Lnet/minecraft/class_8323;
-
WINDMILL
- Mappings:
Namespace Name Mixin selector official fLbfa;f:Lbfa;intermediary field_43813Lnet/minecraft/class_8323;field_43813:Lnet/minecraft/class_8323;named WINDMILLLnet/minecraft/class_8323;WINDMILL:Lnet/minecraft/class_8323;
-
-
Field Details
-
field_43814
- Mappings:
Namespace Name Mixin selector official gLbfa;g:Lcom/mojang/serialization/Codec;intermediary field_43814Lnet/minecraft/class_8323;field_43814:Lcom/mojang/serialization/Codec;named field_43814Lnet/minecraft/class_8323;field_43814:Lcom/mojang/serialization/Codec;
-
field_43815
- Mappings:
Namespace Name Mixin selector official hLbfa;h:Ljava/lang/String;intermediary field_43815Lnet/minecraft/class_8323;field_43815:Ljava/lang/String;named field_43815Lnet/minecraft/class_8323;field_43815:Ljava/lang/String;
-
field_43816
- Mappings:
Namespace Name Mixin selector official iLbfa;i:Lsw;intermediary field_43816Lnet/minecraft/class_8323;field_43816:Lnet/minecraft/class_2561;named field_43816Lnet/minecraft/class_8323;field_43816:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_8323
-
-
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_50350
- Mappings:
Namespace Name Mixin selector official aLbfa;a()Lsw;intermediary method_50350Lnet/minecraft/class_8323;method_50350()Lnet/minecraft/class_2561;named method_50350Lnet/minecraft/class_8323;method_50350()Lnet/minecraft/text/Text;
-
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 cLapw;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-