Package net.minecraft

Record Class class_9639.class_9640<T,P extends Predicate<T>>

java.lang.Object
java.lang.Record
net.minecraft.class_9639.class_9640<T,P>
Record Components:
a -
All Implemented Interfaces:
Predicate<Iterable<T>>, class_9639<T,P>
Enclosing interface:
class_9639<T,P extends Predicate<T>>

public static record class_9639.class_9640<T,P extends Predicate<T>>(List<P extends Predicate<T>> a) extends Record implements class_9639<T,P>
Mappings:
Namespace Name
named net/minecraft/class_9639$class_9640
intermediary net/minecraft/class_9639$class_9640
official ba$a
named a
intermediary comp_2611
official a
  • Field Details

    • a

      private final List<P extends Predicate<T>> a
      The field for the a record component.
  • Constructor Details

    • class_9640

      public class_9640(List<P> list)
  • Method Details

    • test

      public boolean test(Iterable<T> iterable)
      Specified by:
      test in interface Predicate<T>
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/class_9639$class_9640;test(Ljava/lang/Iterable;)Z
      intermediary method_59609 Lnet/minecraft/class_9639$class_9640;method_59609(Ljava/lang/Iterable;)Z
      official a Lba$a;a(Ljava/lang/Iterable;)Z
    • method_59605

      public List<P> method_59605()
      Specified by:
      method_59605 in interface class_9639<T,P extends Predicate<T>>
      Mappings:
      Namespace Name Mixin selector
      named method_59605 Lnet/minecraft/class_9639;method_59605()Ljava/util/List;
      intermediary method_59605 Lnet/minecraft/class_9639;method_59605()Ljava/util/List;
      official a Lba;a()Ljava/util/List;
    • 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.
    • a

      public List<P> a()
      Returns the value of the a record component.
      Returns:
      the value of the a record component