Package net.minecraft

Enum Class class_12215

java.lang.Object
java.lang.Enum<class_12215>
net.minecraft.class_12215
All Implemented Interfaces:
Serializable, Comparable<class_12215>, Constable, class_12212<Boolean,Boolean>

public enum class_12215 extends Enum<class_12215> implements class_12212<Boolean,Boolean>
Mappings:
Namespace Name
named net/minecraft/class_12215
intermediary net/minecraft/class_12215
official cef
  • Enum Constant Details

    • AND

      public static final class_12215 AND
      Mappings:
      Namespace Name Mixin selector
      named AND Lnet/minecraft/class_12215;AND:Lnet/minecraft/class_12215;
      intermediary field_63788 Lnet/minecraft/class_12215;field_63788:Lnet/minecraft/class_12215;
      official d Lcef;d:Lcef;
    • NAND

      public static final class_12215 NAND
      Mappings:
      Namespace Name Mixin selector
      named NAND Lnet/minecraft/class_12215;NAND:Lnet/minecraft/class_12215;
      intermediary field_63789 Lnet/minecraft/class_12215;field_63789:Lnet/minecraft/class_12215;
      official e Lcef;e:Lcef;
    • OR

      public static final class_12215 OR
      Mappings:
      Namespace Name Mixin selector
      named OR Lnet/minecraft/class_12215;OR:Lnet/minecraft/class_12215;
      intermediary field_63790 Lnet/minecraft/class_12215;field_63790:Lnet/minecraft/class_12215;
      official f Lcef;f:Lcef;
    • NOR

      public static final class_12215 NOR
      Mappings:
      Namespace Name Mixin selector
      named NOR Lnet/minecraft/class_12215;NOR:Lnet/minecraft/class_12215;
      intermediary field_63791 Lnet/minecraft/class_12215;field_63791:Lnet/minecraft/class_12215;
      official g Lcef;g:Lcef;
    • XOR

      public static final class_12215 XOR
      Mappings:
      Namespace Name Mixin selector
      named XOR Lnet/minecraft/class_12215;XOR:Lnet/minecraft/class_12215;
      intermediary field_63792 Lnet/minecraft/class_12215;field_63792:Lnet/minecraft/class_12215;
      official h Lcef;h:Lcef;
    • XNOR

      public static final class_12215 XNOR
      Mappings:
      Namespace Name Mixin selector
      named XNOR Lnet/minecraft/class_12215;XNOR:Lnet/minecraft/class_12215;
      intermediary field_63793 Lnet/minecraft/class_12215;field_63793:Lnet/minecraft/class_12215;
      official i Lcef;i:Lcef;
  • Constructor Details

    • class_12215

      private class_12215()
  • Method Details

    • values

      public static class_12215[] 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

      public static class_12215 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • apply

      public Boolean apply(Boolean bool, Boolean bool2)
      Specified by:
      apply in interface class_12212<Boolean,Boolean>
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/class_12215;apply(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
      intermediary method_75715 Lnet/minecraft/class_12215;method_75715(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
      official a Lcef;a(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
    • argumentCodec

      public com.mojang.serialization.Codec<Boolean> argumentCodec(class_12197<Boolean> class_12197)
      Specified by:
      argumentCodec in interface class_12212<Boolean,Boolean>