Package net.minecraft
Enum Class class_6686.class_6712
- All Implemented Interfaces:
Serializable,Comparable<class_6686.class_6712>,Constable,Function<class_6686.class_6694,,class_6686.class_6692> class_6686.class_6693
- Enclosing class:
- class_6686
private static enum class_6686.class_6712
extends Enum<class_6686.class_6712>
implements class_6686.class_6693
- Mappings:
Namespace Name official csv$rintermediary net/minecraft/class_6686$class_6712named net/minecraft/class_6686$class_6712
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<class_6686.class_6712>Fields inherited from interface net.minecraft.class_6686.class_6693
field_35232 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(class_6686.class_6694 class_6694) com.mojang.serialization.Codec<? extends class_6686.class_6693>static class_6686.class_6712Returns the enum constant of this class with the specified name.static class_6686.class_6712[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official bLcsv$r;b:Lcsv$r;intermediary field_35254Lnet/minecraft/class_6686$class_6712;field_35254:Lnet/minecraft/class_6686$class_6712;named INSTANCELnet/minecraft/class_6686$class_6712;INSTANCE:Lnet/minecraft/class_6686$class_6712;
-
-
Field Details
-
field_35255
- Mappings:
Namespace Name Mixin selector official cLcsv$r;c:Lcom/mojang/serialization/Codec;intermediary field_35255Lnet/minecraft/class_6686$class_6712;field_35255:Lcom/mojang/serialization/Codec;named field_35255Lnet/minecraft/class_6686$class_6712;field_35255:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6712
private class_6712()
-
-
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_39064
- Specified by:
method_39064in interfaceclass_6686.class_6693- Mappings:
Namespace Name Mixin selector official aLcsv$e;a()Lcom/mojang/serialization/Codec;intermediary method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;named method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
-
apply
- Specified by:
applyin interfaceFunction<class_6686.class_6694,class_6686.class_6692> - Mappings:
Namespace Name Mixin selector official aLcsv$r;a(Lcsv$f;)Lcsv$d;intermediary method_39087Lnet/minecraft/class_6686$class_6712;method_39087(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;named applyLnet/minecraft/class_6686$class_6712;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
-