Package net.minecraft
Enum Class class_8323
- All Implemented Interfaces:
Serializable
,Comparable<class_8323>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official bfa
intermediary net/minecraft/class_8323
named net/minecraft/class_8323
-
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_8323>
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_8323
Returns the enum constant of this class with the specified name.static class_8323[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lbfa;a:Lbfa;
intermediary field_43808
Lnet/minecraft/class_8323;field_43808:Lnet/minecraft/class_8323;
named NONE
Lnet/minecraft/class_8323;NONE:Lnet/minecraft/class_8323;
-
NORMAL
- Mappings:
Namespace Name Mixin selector official b
Lbfa;b:Lbfa;
intermediary field_43809
Lnet/minecraft/class_8323;field_43809:Lnet/minecraft/class_8323;
named NORMAL
Lnet/minecraft/class_8323;NORMAL:Lnet/minecraft/class_8323;
-
MILD
- Mappings:
Namespace Name Mixin selector official c
Lbfa;c:Lbfa;
intermediary field_43810
Lnet/minecraft/class_8323;field_43810:Lnet/minecraft/class_8323;
named MILD
Lnet/minecraft/class_8323;MILD:Lnet/minecraft/class_8323;
-
WILD
- Mappings:
Namespace Name Mixin selector official d
Lbfa;d:Lbfa;
intermediary field_43811
Lnet/minecraft/class_8323;field_43811:Lnet/minecraft/class_8323;
named WILD
Lnet/minecraft/class_8323;WILD:Lnet/minecraft/class_8323;
-
EXTREME
- Mappings:
Namespace Name Mixin selector official e
Lbfa;e:Lbfa;
intermediary field_43812
Lnet/minecraft/class_8323;field_43812:Lnet/minecraft/class_8323;
named EXTREME
Lnet/minecraft/class_8323;EXTREME:Lnet/minecraft/class_8323;
-
WINDMILL
- Mappings:
Namespace Name Mixin selector official f
Lbfa;f:Lbfa;
intermediary field_43813
Lnet/minecraft/class_8323;field_43813:Lnet/minecraft/class_8323;
named WINDMILL
Lnet/minecraft/class_8323;WINDMILL:Lnet/minecraft/class_8323;
-
-
Field Details
-
field_43814
- Mappings:
Namespace Name Mixin selector official g
Lbfa;g:Lcom/mojang/serialization/Codec;
intermediary field_43814
Lnet/minecraft/class_8323;field_43814:Lcom/mojang/serialization/Codec;
named field_43814
Lnet/minecraft/class_8323;field_43814:Lcom/mojang/serialization/Codec;
-
field_43815
- Mappings:
Namespace Name Mixin selector official h
Lbfa;h:Ljava/lang/String;
intermediary field_43815
Lnet/minecraft/class_8323;field_43815:Ljava/lang/String;
named field_43815
Lnet/minecraft/class_8323;field_43815:Ljava/lang/String;
-
field_43816
- Mappings:
Namespace Name Mixin selector official i
Lbfa;i:Lsw;
intermediary field_43816
Lnet/minecraft/class_8323;field_43816:Lnet/minecraft/class_2561;
named field_43816
Lnet/minecraft/class_8323;field_43816:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_8323
-
-
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_50350
- Mappings:
Namespace Name Mixin selector official a
Lbfa;a()Lsw;
intermediary method_50350
Lnet/minecraft/class_8323;method_50350()Lnet/minecraft/class_2561;
named method_50350
Lnet/minecraft/class_8323;method_50350()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;
-