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$e
intermediary net/minecraft/class_9368$class_9373
named 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 String
private final com.mojang.serialization.MapCodec
<? extends class_9368> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
class_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_9373
Returns 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 a
Lepn$e;a:Lepn$e;
intermediary field_49856
Lnet/minecraft/class_9368$class_9373;field_49856:Lnet/minecraft/class_9368$class_9373;
named REPLACE_ALL
Lnet/minecraft/class_9368$class_9373;REPLACE_ALL:Lnet/minecraft/class_9368$class_9373;
-
REPLACE_SECTION
- Mappings:
Namespace Name Mixin selector official b
Lepn$e;b:Lepn$e;
intermediary field_49857
Lnet/minecraft/class_9368$class_9373;field_49857:Lnet/minecraft/class_9368$class_9373;
named REPLACE_SECTION
Lnet/minecraft/class_9368$class_9373;REPLACE_SECTION:Lnet/minecraft/class_9368$class_9373;
-
INSERT
- Mappings:
Namespace Name Mixin selector official c
Lepn$e;c:Lepn$e;
intermediary field_49858
Lnet/minecraft/class_9368$class_9373;field_49858:Lnet/minecraft/class_9368$class_9373;
named INSERT
Lnet/minecraft/class_9368$class_9373;INSERT:Lnet/minecraft/class_9368$class_9373;
-
APPEND
- Mappings:
Namespace Name Mixin selector official d
Lepn$e;d:Lepn$e;
intermediary field_49859
Lnet/minecraft/class_9368$class_9373;field_49859:Lnet/minecraft/class_9368$class_9373;
named APPEND
Lnet/minecraft/class_9368$class_9373;APPEND:Lnet/minecraft/class_9368$class_9373;
-
-
Field Details
-
field_49860
- Mappings:
Namespace Name Mixin selector official e
Lepn$e;e:Lcom/mojang/serialization/Codec;
intermediary field_49860
Lnet/minecraft/class_9368$class_9373;field_49860:Lcom/mojang/serialization/Codec;
named field_49860
Lnet/minecraft/class_9368$class_9373;field_49860:Lcom/mojang/serialization/Codec;
-
field_49861
- Mappings:
Namespace Name Mixin selector official f
Lepn$e;f:Lcom/mojang/serialization/MapCodec;
intermediary field_49861
Lnet/minecraft/class_9368$class_9373;field_49861:Lcom/mojang/serialization/MapCodec;
named field_49861
Lnet/minecraft/class_9368$class_9373;field_49861:Lcom/mojang/serialization/MapCodec;
-
field_49862
- Mappings:
Namespace Name Mixin selector official g
Lepn$e;g:Ljava/lang/String;
intermediary field_49862
Lnet/minecraft/class_9368$class_9373;field_49862:Ljava/lang/String;
named field_49862
Lnet/minecraft/class_9368$class_9373;field_49862:Ljava/lang/String;
-
field_49863
- Mappings:
Namespace Name Mixin selector official h
Lepn$e;h:Lcom/mojang/serialization/MapCodec;
intermediary field_49863
Lnet/minecraft/class_9368$class_9373;field_49863:Lcom/mojang/serialization/MapCodec;
named field_49863
Lnet/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 a
Lepn$e;a()Lcom/mojang/serialization/MapCodec;
intermediary method_58197
Lnet/minecraft/class_9368$class_9373;method_58197()Lcom/mojang/serialization/MapCodec;
named method_58197
Lnet/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:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Layq;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;
-