Package net.minecraft
Enum Class class_8364
- All Implemented Interfaces:
Serializable,Comparable<class_8364>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bggintermediary net/minecraft/class_8364named net/minecraft/class_8364
-
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_8364>private final Stringprivate final IdentifierFields 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_8364Returns the enum constant of this class with the specified name.static class_8364[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ONE
- Mappings:
Namespace Name Mixin selector official aLbgg;a:Lbgg;intermediary field_43971Lnet/minecraft/class_8364;field_43971:Lnet/minecraft/class_8364;named ONELnet/minecraft/class_8364;ONE:Lnet/minecraft/class_8364;
-
A
- Mappings:
Namespace Name Mixin selector official bLbgg;b:Lbgg;intermediary field_43972Lnet/minecraft/class_8364;field_43972:Lnet/minecraft/class_8364;named ALnet/minecraft/class_8364;A:Lnet/minecraft/class_8364;
-
PRIME
- Mappings:
Namespace Name Mixin selector official cLbgg;c:Lbgg;intermediary field_43973Lnet/minecraft/class_8364;field_43973:Lnet/minecraft/class_8364;named PRIMELnet/minecraft/class_8364;PRIME:Lnet/minecraft/class_8364;
-
NONE
- Mappings:
Namespace Name Mixin selector official dLbgg;d:Lbgg;intermediary field_43974Lnet/minecraft/class_8364;field_43974:Lnet/minecraft/class_8364;named NONELnet/minecraft/class_8364;NONE:Lnet/minecraft/class_8364;
-
-
Field Details
-
field_43975
- Mappings:
Namespace Name Mixin selector official eLbgg;e:Lcom/mojang/serialization/Codec;intermediary field_43975Lnet/minecraft/class_8364;field_43975:Lcom/mojang/serialization/Codec;named field_43975Lnet/minecraft/class_8364;field_43975:Lcom/mojang/serialization/Codec;
-
field_43976
- Mappings:
Namespace Name Mixin selector official fLbgg;f:Ljava/lang/String;intermediary field_43976Lnet/minecraft/class_8364;field_43976:Ljava/lang/String;named field_43976Lnet/minecraft/class_8364;field_43976:Ljava/lang/String;
-
field_43977
- Mappings:
Namespace Name Mixin selector official gLbgg;g:Lacy;intermediary field_43977Lnet/minecraft/class_8364;field_43977:Lnet/minecraft/class_2960;named field_43977Lnet/minecraft/class_8364;field_43977:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
class_8364
-
-
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 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;
-
method_50457
- Mappings:
Namespace Name Mixin selector official aLbgg;a()Lacy;intermediary method_50457Lnet/minecraft/class_8364;method_50457()Lnet/minecraft/class_2960;named method_50457Lnet/minecraft/class_8364;method_50457()Lnet/minecraft/util/Identifier;
-