Package net.minecraft
Enum Class class_6686.class_6716
- All Implemented Interfaces:
Serializable,Comparable<class_6686.class_6716>,Constable,Function<class_6686.class_6694,,class_6686.class_6692> class_6686.class_6693
- Enclosing class:
- class_6686
private static enum class_6686.class_6716
extends Enum<class_6686.class_6716>
implements class_6686.class_6693
- Mappings:
Namespace Name official csv$uintermediary net/minecraft/class_6686$class_6716named net/minecraft/class_6686$class_6716
-
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_6716>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_6716Returns the enum constant of this class with the specified name.static class_6686.class_6716[]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$u;b:Lcsv$u;intermediary field_35260Lnet/minecraft/class_6686$class_6716;field_35260:Lnet/minecraft/class_6686$class_6716;named INSTANCELnet/minecraft/class_6686$class_6716;INSTANCE:Lnet/minecraft/class_6686$class_6716;
-
-
Field Details
-
field_35261
- Mappings:
Namespace Name Mixin selector official cLcsv$u;c:Lcom/mojang/serialization/Codec;intermediary field_35261Lnet/minecraft/class_6686$class_6716;field_35261:Lcom/mojang/serialization/Codec;named field_35261Lnet/minecraft/class_6686$class_6716;field_35261:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6716
private class_6716()
-
-
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$u;a(Lcsv$f;)Lcsv$d;intermediary method_39092Lnet/minecraft/class_6686$class_6716;method_39092(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;named applyLnet/minecraft/class_6686$class_6716;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
-