Package net.minecraft
Enum Class class_12215
- All Implemented Interfaces:
Serializable,Comparable<class_12215>,Constable,class_12212<Boolean,Boolean>
- Mappings:
Namespace Name named net/minecraft/class_12215intermediary net/minecraft/class_12215official cef
-
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.class_12212
class_12212.class_12213, class_12212.class_12214<Value> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields inherited from interface net.minecraft.class_12212
field_63768, field_63769, field_63770 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<Boolean> argumentCodec(class_12197<Boolean> class_12197) static class_12215Returns the enum constant of this class with the specified name.static class_12215[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AND
- Mappings:
Namespace Name Mixin selector named ANDLnet/minecraft/class_12215;AND:Lnet/minecraft/class_12215;intermediary field_63788Lnet/minecraft/class_12215;field_63788:Lnet/minecraft/class_12215;official dLcef;d:Lcef;
-
NAND
- Mappings:
Namespace Name Mixin selector named NANDLnet/minecraft/class_12215;NAND:Lnet/minecraft/class_12215;intermediary field_63789Lnet/minecraft/class_12215;field_63789:Lnet/minecraft/class_12215;official eLcef;e:Lcef;
-
OR
- Mappings:
Namespace Name Mixin selector named ORLnet/minecraft/class_12215;OR:Lnet/minecraft/class_12215;intermediary field_63790Lnet/minecraft/class_12215;field_63790:Lnet/minecraft/class_12215;official fLcef;f:Lcef;
-
NOR
- Mappings:
Namespace Name Mixin selector named NORLnet/minecraft/class_12215;NOR:Lnet/minecraft/class_12215;intermediary field_63791Lnet/minecraft/class_12215;field_63791:Lnet/minecraft/class_12215;official gLcef;g:Lcef;
-
XOR
- Mappings:
Namespace Name Mixin selector named XORLnet/minecraft/class_12215;XOR:Lnet/minecraft/class_12215;intermediary field_63792Lnet/minecraft/class_12215;field_63792:Lnet/minecraft/class_12215;official hLcef;h:Lcef;
-
XNOR
- Mappings:
Namespace Name Mixin selector named XNORLnet/minecraft/class_12215;XNOR:Lnet/minecraft/class_12215;intermediary field_63793Lnet/minecraft/class_12215;field_63793:Lnet/minecraft/class_12215;official iLcef;i:Lcef;
-
-
Constructor Details
-
class_12215
private class_12215()
-
-
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
-
apply
- Specified by:
applyin interfaceclass_12212<Boolean,Boolean> - Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/class_12215;apply(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;intermediary method_75715Lnet/minecraft/class_12215;method_75715(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;official aLcef;a(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
-
argumentCodec
- Specified by:
argumentCodecin interfaceclass_12212<Boolean,Boolean>
-