Package net.minecraft
Enum Class class_6686.class_6687
- All Implemented Interfaces:
Serializable,Comparable<class_6686.class_6687>,Constable,Function<class_6686.class_6694,,class_6686.class_6715> class_6686.class_6708
- Enclosing class:
- class_6686
private static enum class_6686.class_6687
extends Enum<class_6686.class_6687>
implements class_6686.class_6708
- Mappings:
Namespace Name official csv$aintermediary net/minecraft/class_6686$class_6687named net/minecraft/class_6686$class_6687
-
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_6687>Fields inherited from interface net.minecraft.class_6686.class_6708
field_35252 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(class_6686.class_6694 class_6694) com.mojang.serialization.Codec<? extends class_6686.class_6708>static class_6686.class_6687Returns the enum constant of this class with the specified name.static class_6686.class_6687[]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 aLcsv$a;a:Lcsv$a;intermediary field_35225Lnet/minecraft/class_6686$class_6687;field_35225:Lnet/minecraft/class_6686$class_6687;named INSTANCELnet/minecraft/class_6686$class_6687;INSTANCE:Lnet/minecraft/class_6686$class_6687;
-
-
Field Details
-
field_35226
- Mappings:
Namespace Name Mixin selector official cLcsv$a;c:Lcom/mojang/serialization/Codec;intermediary field_35226Lnet/minecraft/class_6686$class_6687;field_35226:Lcom/mojang/serialization/Codec;named field_35226Lnet/minecraft/class_6686$class_6687;field_35226:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6687
private class_6687()
-
-
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_39061
- Specified by:
method_39061in interfaceclass_6686.class_6708- Mappings:
Namespace Name Mixin selector official aLcsv$n;a()Lcom/mojang/serialization/Codec;intermediary method_39061Lnet/minecraft/class_6686$class_6708;method_39061()Lcom/mojang/serialization/Codec;named method_39061Lnet/minecraft/class_6686$class_6708;method_39061()Lcom/mojang/serialization/Codec;
-
apply
- Specified by:
applyin interfaceFunction<class_6686.class_6694,class_6686.class_6715> - Mappings:
Namespace Name Mixin selector official aLcsv$a;a(Lcsv$f;)Lcsv$t;intermediary method_39062Lnet/minecraft/class_6686$class_6687;method_39062(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;named applyLnet/minecraft/class_6686$class_6687;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6715;
-