Package net.minecraft
Enum Class class_8497.class_8500
- All Implemented Interfaces:
Serializable,Comparable<class_8497.class_8500>,Constable,StringIdentifiable
- Enclosing class:
class_8497
@Environment(CLIENT)
public static enum class_8497.class_8500
extends Enum<class_8497.class_8500>
implements StringIdentifiable
- Mappings:
Namespace Name official fic$cintermediary net/minecraft/class_8497$class_8500named net/minecraft/class_8497$class_8500
-
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 TypeFieldDescription(package private) static final StringIdentifiable.Codec<class_8497.class_8500>private final StringFields 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_8497.class_8500Returns the enum constant of this class with the specified name.static class_8497.class_8500[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SINGLEPLAYER
- Mappings:
Namespace Name Mixin selector official aLfic$c;a:Lfic$c;intermediary field_44568Lnet/minecraft/class_8497$class_8500;field_44568:Lnet/minecraft/class_8497$class_8500;named SINGLEPLAYERLnet/minecraft/class_8497$class_8500;SINGLEPLAYER:Lnet/minecraft/class_8497$class_8500;
-
MULTIPLAYER
- Mappings:
Namespace Name Mixin selector official bLfic$c;b:Lfic$c;intermediary field_44569Lnet/minecraft/class_8497$class_8500;field_44569:Lnet/minecraft/class_8497$class_8500;named MULTIPLAYERLnet/minecraft/class_8497$class_8500;MULTIPLAYER:Lnet/minecraft/class_8497$class_8500;
-
REALMS
- Mappings:
Namespace Name Mixin selector official cLfic$c;c:Lfic$c;intermediary field_44570Lnet/minecraft/class_8497$class_8500;field_44570:Lnet/minecraft/class_8497$class_8500;named REALMSLnet/minecraft/class_8497$class_8500;REALMS:Lnet/minecraft/class_8497$class_8500;
-
-
Field Details
-
field_44571
- Mappings:
Namespace Name Mixin selector official dLfic$c;d:Lcom/mojang/serialization/Codec;intermediary field_44571Lnet/minecraft/class_8497$class_8500;field_44571:Lcom/mojang/serialization/Codec;named field_44571Lnet/minecraft/class_8497$class_8500;field_44571:Lcom/mojang/serialization/Codec;
-
field_44572
- Mappings:
Namespace Name Mixin selector official eLfic$c;e:Ljava/lang/String;intermediary field_44572Lnet/minecraft/class_8497$class_8500;field_44572:Ljava/lang/String;named field_44572Lnet/minecraft/class_8497$class_8500;field_44572:Ljava/lang/String;
-
-
Constructor Details
-
class_8500
-
-
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 official cLapm;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-