Package net.minecraft
Enum Class class_8348
- All Implemented Interfaces:
Serializable,Comparable<class_8348>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bfvintermediary net/minecraft/class_8348named net/minecraft/class_8348
-
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_8348>private final Stringprivate final TextFields 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_8348Returns the enum constant of this class with the specified name.static class_8348[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL_ONLY
- Mappings:
Namespace Name Mixin selector official aLbfv;a:Lbfv;intermediary field_43922Lnet/minecraft/class_8348;field_43922:Lnet/minecraft/class_8348;named NORMAL_ONLYLnet/minecraft/class_8348;NORMAL_ONLY:Lnet/minecraft/class_8348;
-
FLIPPED_ONLY
- Mappings:
Namespace Name Mixin selector official bLbfv;b:Lbfv;intermediary field_43923Lnet/minecraft/class_8348;field_43923:Lnet/minecraft/class_8348;named FLIPPED_ONLYLnet/minecraft/class_8348;FLIPPED_ONLY:Lnet/minecraft/class_8348;
-
BOTH
- Mappings:
Namespace Name Mixin selector official cLbfv;c:Lbfv;intermediary field_43924Lnet/minecraft/class_8348;field_43924:Lnet/minecraft/class_8348;named BOTHLnet/minecraft/class_8348;BOTH:Lnet/minecraft/class_8348;
-
-
Field Details
-
field_43925
- Mappings:
Namespace Name Mixin selector official dLbfv;d:Lcom/mojang/serialization/Codec;intermediary field_43925Lnet/minecraft/class_8348;field_43925:Lcom/mojang/serialization/Codec;named field_43925Lnet/minecraft/class_8348;field_43925:Lcom/mojang/serialization/Codec;
-
field_43926
- Mappings:
Namespace Name Mixin selector official eLbfv;e:Ljava/lang/String;intermediary field_43926Lnet/minecraft/class_8348;field_43926:Ljava/lang/String;named field_43926Lnet/minecraft/class_8348;field_43926:Ljava/lang/String;
-
field_43927
- Mappings:
Namespace Name Mixin selector official fLbfv;f:Lsw;intermediary field_43927Lnet/minecraft/class_8348;field_43927:Lnet/minecraft/class_2561;named field_43927Lnet/minecraft/class_8348;field_43927:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_8348
-
-
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_50422
- Mappings:
Namespace Name Mixin selector official aLbfv;a()Lsw;intermediary method_50422Lnet/minecraft/class_8348;method_50422()Lnet/minecraft/class_2561;named method_50422Lnet/minecraft/class_8348;method_50422()Lnet/minecraft/text/Text;
-
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;
-