Package net.minecraft

Enum Class class_10806.LogicalOperator

java.lang.Object
java.lang.Enum<class_10806.LogicalOperator>
net.minecraft.class_10806.LogicalOperator
All Implemented Interfaces:
Serializable, Comparable<class_10806.LogicalOperator>, Constable, StringIdentifiable
Enclosing class:
class_10806

@Environment(CLIENT) public static enum class_10806.LogicalOperator extends Enum<class_10806.LogicalOperator> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_10806$LogicalOperator
intermediary net/minecraft/class_10806$class_4920
official gsk$a
  • Enum Constant Details

    • AND

      public static final class_10806.LogicalOperator AND
      Mappings:
      Namespace Name Mixin selector
      named AND Lnet/minecraft/class_10806$LogicalOperator;AND:Lnet/minecraft/class_10806$LogicalOperator;
      intermediary field_22850 Lnet/minecraft/class_10806$class_4920;field_22850:Lnet/minecraft/class_10806$class_4920;
      official a Lgsk$a;a:Lgsk$a;
    • OR

      public static final class_10806.LogicalOperator OR
      Mappings:
      Namespace Name Mixin selector
      named OR Lnet/minecraft/class_10806$LogicalOperator;OR:Lnet/minecraft/class_10806$LogicalOperator;
      intermediary field_22851 Lnet/minecraft/class_10806$class_4920;field_22851:Lnet/minecraft/class_10806$class_4920;
      official b Lgsk$a;b:Lgsk$a;
  • Field Details

    • field_56941

      public static final com.mojang.serialization.Codec<class_10806.LogicalOperator> field_56941
      Mappings:
      Namespace Name Mixin selector
      named field_56941 Lnet/minecraft/class_10806$LogicalOperator;field_56941:Lcom/mojang/serialization/Codec;
      intermediary field_56941 Lnet/minecraft/class_10806$class_4920;field_56941:Lcom/mojang/serialization/Codec;
      official c Lgsk$a;c:Lcom/mojang/serialization/Codec;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/class_10806$LogicalOperator;name:Ljava/lang/String;
      intermediary field_22852 Lnet/minecraft/class_10806$class_4920;field_22852:Ljava/lang/String;
      official d Lgsk$a;d:Ljava/lang/String;
  • Constructor Details

    • LogicalOperator

      private LogicalOperator(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/class_10806$LogicalOperator;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_10806$class_4920;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lgsk$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static class_10806.LogicalOperator[] 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_10806.LogicalOperator 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbak;c()Ljava/lang/String;
    • method_67951

      public abstract <V> Predicate<V> method_67951(List<Predicate<V>> list)
      Mappings:
      Namespace Name Mixin selector
      named method_67951 Lnet/minecraft/class_10806$LogicalOperator;method_67951(Ljava/util/List;)Ljava/util/function/Predicate;
      intermediary method_67951 Lnet/minecraft/class_10806$class_4920;method_67951(Ljava/util/List;)Ljava/util/function/Predicate;
      official a Lgsk$a;a(Ljava/util/List;)Ljava/util/function/Predicate;