Package net.minecraft
Enum Class class_8364
- All Implemented Interfaces:
Serializable
,Comparable<class_8364>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official bgg
intermediary net/minecraft/class_8364
named 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 String
private final Identifier
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_8364
Returns 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 a
Lbgg;a:Lbgg;
intermediary field_43971
Lnet/minecraft/class_8364;field_43971:Lnet/minecraft/class_8364;
named ONE
Lnet/minecraft/class_8364;ONE:Lnet/minecraft/class_8364;
-
A
- Mappings:
Namespace Name Mixin selector official b
Lbgg;b:Lbgg;
intermediary field_43972
Lnet/minecraft/class_8364;field_43972:Lnet/minecraft/class_8364;
named A
Lnet/minecraft/class_8364;A:Lnet/minecraft/class_8364;
-
PRIME
- Mappings:
Namespace Name Mixin selector official c
Lbgg;c:Lbgg;
intermediary field_43973
Lnet/minecraft/class_8364;field_43973:Lnet/minecraft/class_8364;
named PRIME
Lnet/minecraft/class_8364;PRIME:Lnet/minecraft/class_8364;
-
NONE
- Mappings:
Namespace Name Mixin selector official d
Lbgg;d:Lbgg;
intermediary field_43974
Lnet/minecraft/class_8364;field_43974:Lnet/minecraft/class_8364;
named NONE
Lnet/minecraft/class_8364;NONE:Lnet/minecraft/class_8364;
-
-
Field Details
-
field_43975
- Mappings:
Namespace Name Mixin selector official e
Lbgg;e:Lcom/mojang/serialization/Codec;
intermediary field_43975
Lnet/minecraft/class_8364;field_43975:Lcom/mojang/serialization/Codec;
named field_43975
Lnet/minecraft/class_8364;field_43975:Lcom/mojang/serialization/Codec;
-
field_43976
- Mappings:
Namespace Name Mixin selector official f
Lbgg;f:Ljava/lang/String;
intermediary field_43976
Lnet/minecraft/class_8364;field_43976:Ljava/lang/String;
named field_43976
Lnet/minecraft/class_8364;field_43976:Ljava/lang/String;
-
field_43977
- Mappings:
Namespace Name Mixin selector official g
Lbgg;g:Lacy;
intermediary field_43977
Lnet/minecraft/class_8364;field_43977:Lnet/minecraft/class_2960;
named field_43977
Lnet/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:
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;
-
method_50457
- Mappings:
Namespace Name Mixin selector official a
Lbgg;a()Lacy;
intermediary method_50457
Lnet/minecraft/class_8364;method_50457()Lnet/minecraft/class_2960;
named method_50457
Lnet/minecraft/class_8364;method_50457()Lnet/minecraft/util/Identifier;
-