Package net.minecraft

Record Class class_10702

java.lang.Object
java.lang.Record
net.minecraft.class_10702
Record Components:
selectors -

public record class_10702(List<class_10695.class_10696<class_10701,class_10699>> selectors) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10702
intermediary net/minecraft/class_10702
official csy
named selectors
intermediary comp_3583
official c
  • Field Details

    • selectors

      The field for the selectors record component.
    • field_56285

      public static final class_10702 field_56285
      Mappings:
      Namespace Name Mixin selector
      named field_56285 Lnet/minecraft/class_10702;field_56285:Lnet/minecraft/class_10702;
      intermediary field_56285 Lnet/minecraft/class_10702;field_56285:Lnet/minecraft/class_10702;
      official a Lcsy;a:Lcsy;
    • field_56286

      public static final com.mojang.serialization.Codec<class_10702> field_56286
      Mappings:
      Namespace Name Mixin selector
      named field_56286 Lnet/minecraft/class_10702;field_56286:Lcom/mojang/serialization/Codec;
      intermediary field_56286 Lnet/minecraft/class_10702;field_56286:Lcom/mojang/serialization/Codec;
      official b Lcsy;b:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_67171

      public static class_10702 method_67171(class_10699 class_10699, int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_67171 Lnet/minecraft/class_10702;method_67171(Lnet/minecraft/class_10699;I)Lnet/minecraft/class_10702;
      intermediary method_67171 Lnet/minecraft/class_10702;method_67171(Lnet/minecraft/class_10699;I)Lnet/minecraft/class_10702;
      official a Lcsy;a(Lcsv;I)Lcsy;
    • method_67170

      public static class_10702 method_67170(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_67170 Lnet/minecraft/class_10702;method_67170(I)Lnet/minecraft/class_10702;
      intermediary method_67170 Lnet/minecraft/class_10702;method_67170(I)Lnet/minecraft/class_10702;
      official a Lcsy;a(I)Lcsy;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • selectors

      Returns the value of the selectors record component.
      Returns:
      the value of the selectors record component