Package net.minecraft
Enum Class class_8300
- All Implemented Interfaces:
Serializable,Comparable<class_8300>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bejintermediary net/minecraft/class_8300named net/minecraft/class_8300
-
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_8300>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_8300Returns the enum constant of this class with the specified name.static class_8300[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official aLbej;a:Lbej;intermediary field_43722Lnet/minecraft/class_8300;field_43722:Lnet/minecraft/class_8300;named OFFLnet/minecraft/class_8300;OFF:Lnet/minecraft/class_8300;
-
YES
- Mappings:
Namespace Name Mixin selector official bLbej;b:Lbej;intermediary field_43723Lnet/minecraft/class_8300;field_43723:Lnet/minecraft/class_8300;named YESLnet/minecraft/class_8300;YES:Lnet/minecraft/class_8300;
-
ON
- Mappings:
Namespace Name Mixin selector official cLbej;c:Lbej;intermediary field_43724Lnet/minecraft/class_8300;field_43724:Lnet/minecraft/class_8300;named ONLnet/minecraft/class_8300;ON:Lnet/minecraft/class_8300;
-
TRUE
- Mappings:
Namespace Name Mixin selector official dLbej;d:Lbej;intermediary field_43725Lnet/minecraft/class_8300;field_43725:Lnet/minecraft/class_8300;named TRUELnet/minecraft/class_8300;TRUE:Lnet/minecraft/class_8300;
-
OF_COURSE
- Mappings:
Namespace Name Mixin selector official eLbej;e:Lbej;intermediary field_43726Lnet/minecraft/class_8300;field_43726:Lnet/minecraft/class_8300;named OF_COURSELnet/minecraft/class_8300;OF_COURSE:Lnet/minecraft/class_8300;
-
ALSO_DEFAULT_VANILLA_TO_TRUE
- Mappings:
Namespace Name Mixin selector official fLbej;f:Lbej;intermediary field_43727Lnet/minecraft/class_8300;field_43727:Lnet/minecraft/class_8300;named ALSO_DEFAULT_VANILLA_TO_TRUELnet/minecraft/class_8300;ALSO_DEFAULT_VANILLA_TO_TRUE:Lnet/minecraft/class_8300;
-
-
Field Details
-
field_43728
- Mappings:
Namespace Name Mixin selector official gLbej;g:Lcom/mojang/serialization/Codec;intermediary field_43728Lnet/minecraft/class_8300;field_43728:Lcom/mojang/serialization/Codec;named field_43728Lnet/minecraft/class_8300;field_43728:Lcom/mojang/serialization/Codec;
-
field_43729
- Mappings:
Namespace Name Mixin selector official hLbej;h:Ljava/lang/String;intermediary field_43729Lnet/minecraft/class_8300;field_43729:Ljava/lang/String;named field_43729Lnet/minecraft/class_8300;field_43729:Ljava/lang/String;
-
field_43730
- Mappings:
Namespace Name Mixin selector official iLbej;i:Lsw;intermediary field_43730Lnet/minecraft/class_8300;field_43730:Lnet/minecraft/class_2561;named field_43730Lnet/minecraft/class_8300;field_43730:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_8300
-
-
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_50279
- Mappings:
Namespace Name Mixin selector official aLbej;a()Lsw;intermediary method_50279Lnet/minecraft/class_8300;method_50279()Lnet/minecraft/class_2561;named method_50279Lnet/minecraft/class_8300;method_50279()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;
-