Package net.minecraft
Enum Class class_8300
- All Implemented Interfaces:
Serializable
,Comparable<class_8300>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official bej
intermediary net/minecraft/class_8300
named 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 String
private final Text
Fields 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_8300
Returns 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 a
Lbej;a:Lbej;
intermediary field_43722
Lnet/minecraft/class_8300;field_43722:Lnet/minecraft/class_8300;
named OFF
Lnet/minecraft/class_8300;OFF:Lnet/minecraft/class_8300;
-
YES
- Mappings:
Namespace Name Mixin selector official b
Lbej;b:Lbej;
intermediary field_43723
Lnet/minecraft/class_8300;field_43723:Lnet/minecraft/class_8300;
named YES
Lnet/minecraft/class_8300;YES:Lnet/minecraft/class_8300;
-
ON
- Mappings:
Namespace Name Mixin selector official c
Lbej;c:Lbej;
intermediary field_43724
Lnet/minecraft/class_8300;field_43724:Lnet/minecraft/class_8300;
named ON
Lnet/minecraft/class_8300;ON:Lnet/minecraft/class_8300;
-
TRUE
- Mappings:
Namespace Name Mixin selector official d
Lbej;d:Lbej;
intermediary field_43725
Lnet/minecraft/class_8300;field_43725:Lnet/minecraft/class_8300;
named TRUE
Lnet/minecraft/class_8300;TRUE:Lnet/minecraft/class_8300;
-
OF_COURSE
- Mappings:
Namespace Name Mixin selector official e
Lbej;e:Lbej;
intermediary field_43726
Lnet/minecraft/class_8300;field_43726:Lnet/minecraft/class_8300;
named OF_COURSE
Lnet/minecraft/class_8300;OF_COURSE:Lnet/minecraft/class_8300;
-
ALSO_DEFAULT_VANILLA_TO_TRUE
- Mappings:
Namespace Name Mixin selector official f
Lbej;f:Lbej;
intermediary field_43727
Lnet/minecraft/class_8300;field_43727:Lnet/minecraft/class_8300;
named ALSO_DEFAULT_VANILLA_TO_TRUE
Lnet/minecraft/class_8300;ALSO_DEFAULT_VANILLA_TO_TRUE:Lnet/minecraft/class_8300;
-
-
Field Details
-
field_43728
- Mappings:
Namespace Name Mixin selector official g
Lbej;g:Lcom/mojang/serialization/Codec;
intermediary field_43728
Lnet/minecraft/class_8300;field_43728:Lcom/mojang/serialization/Codec;
named field_43728
Lnet/minecraft/class_8300;field_43728:Lcom/mojang/serialization/Codec;
-
field_43729
- Mappings:
Namespace Name Mixin selector official h
Lbej;h:Ljava/lang/String;
intermediary field_43729
Lnet/minecraft/class_8300;field_43729:Ljava/lang/String;
named field_43729
Lnet/minecraft/class_8300;field_43729:Ljava/lang/String;
-
field_43730
- Mappings:
Namespace Name Mixin selector official i
Lbej;i:Lsw;
intermediary field_43730
Lnet/minecraft/class_8300;field_43730:Lnet/minecraft/class_2561;
named field_43730
Lnet/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 a
Lbej;a()Lsw;
intermediary method_50279
Lnet/minecraft/class_8300;method_50279()Lnet/minecraft/class_2561;
named method_50279
Lnet/minecraft/class_8300;method_50279()Lnet/minecraft/text/Text;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Lapw;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-