Package net.minecraft
Enum Class class_9368.class_9373
- All Implemented Interfaces:
Serializable,Comparable<class_9368.class_9373>,Constable,StringIdentifiable
- Enclosing interface:
class_9368
public static enum class_9368.class_9373
extends Enum<class_9368.class_9373>
implements StringIdentifiable
- Mappings:
Namespace Name official epn$eintermediary net/minecraft/class_9368$class_9373named net/minecraft/class_9368$class_9373
-
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9368.class_9373> static final com.mojang.serialization.MapCodec<class_9368> private final Stringprivate final com.mojang.serialization.MapCodec<? extends class_9368> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_9373(String string, com.mojang.serialization.MapCodec<? extends class_9368> mapCodec) -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.com.mojang.serialization.MapCodec<? extends class_9368> static class_9368.class_9373Returns the enum constant of this class with the specified name.static class_9368.class_9373[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REPLACE_ALL
- Mappings:
Namespace Name Mixin selector official aLepn$e;a:Lepn$e;intermediary field_49856Lnet/minecraft/class_9368$class_9373;field_49856:Lnet/minecraft/class_9368$class_9373;named REPLACE_ALLLnet/minecraft/class_9368$class_9373;REPLACE_ALL:Lnet/minecraft/class_9368$class_9373;
-
REPLACE_SECTION
- Mappings:
Namespace Name Mixin selector official bLepn$e;b:Lepn$e;intermediary field_49857Lnet/minecraft/class_9368$class_9373;field_49857:Lnet/minecraft/class_9368$class_9373;named REPLACE_SECTIONLnet/minecraft/class_9368$class_9373;REPLACE_SECTION:Lnet/minecraft/class_9368$class_9373;
-
INSERT
- Mappings:
Namespace Name Mixin selector official cLepn$e;c:Lepn$e;intermediary field_49858Lnet/minecraft/class_9368$class_9373;field_49858:Lnet/minecraft/class_9368$class_9373;named INSERTLnet/minecraft/class_9368$class_9373;INSERT:Lnet/minecraft/class_9368$class_9373;
-
APPEND
- Mappings:
Namespace Name Mixin selector official dLepn$e;d:Lepn$e;intermediary field_49859Lnet/minecraft/class_9368$class_9373;field_49859:Lnet/minecraft/class_9368$class_9373;named APPENDLnet/minecraft/class_9368$class_9373;APPEND:Lnet/minecraft/class_9368$class_9373;
-
-
Field Details
-
field_49860
- Mappings:
Namespace Name Mixin selector official eLepn$e;e:Lcom/mojang/serialization/Codec;intermediary field_49860Lnet/minecraft/class_9368$class_9373;field_49860:Lcom/mojang/serialization/Codec;named field_49860Lnet/minecraft/class_9368$class_9373;field_49860:Lcom/mojang/serialization/Codec;
-
field_49861
- Mappings:
Namespace Name Mixin selector official fLepn$e;f:Lcom/mojang/serialization/MapCodec;intermediary field_49861Lnet/minecraft/class_9368$class_9373;field_49861:Lcom/mojang/serialization/MapCodec;named field_49861Lnet/minecraft/class_9368$class_9373;field_49861:Lcom/mojang/serialization/MapCodec;
-
field_49862
- Mappings:
Namespace Name Mixin selector official gLepn$e;g:Ljava/lang/String;intermediary field_49862Lnet/minecraft/class_9368$class_9373;field_49862:Ljava/lang/String;named field_49862Lnet/minecraft/class_9368$class_9373;field_49862:Ljava/lang/String;
-
field_49863
- Mappings:
Namespace Name Mixin selector official hLepn$e;h:Lcom/mojang/serialization/MapCodec;intermediary field_49863Lnet/minecraft/class_9368$class_9373;field_49863:Lcom/mojang/serialization/MapCodec;named field_49863Lnet/minecraft/class_9368$class_9373;field_49863:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_9373
-
-
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_58197
- Mappings:
Namespace Name Mixin selector official aLepn$e;a()Lcom/mojang/serialization/MapCodec;intermediary method_58197Lnet/minecraft/class_9368$class_9373;method_58197()Lcom/mojang/serialization/MapCodec;named method_58197Lnet/minecraft/class_9368$class_9373;method_58197()Lcom/mojang/serialization/MapCodec;
-
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 cLayq;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-