Record Class CollectionCountsPredicate.Single<T,P extends Predicate<T>>

java.lang.Object
java.lang.Record
net.minecraft.predicate.collection.CollectionCountsPredicate.Single<T,P>
Record Components:
entry -
All Implemented Interfaces:
Predicate<Iterable<T>>, CollectionCountsPredicate<T,P>
Enclosing interface:
CollectionCountsPredicate<T,P extends Predicate<T>>

public static record CollectionCountsPredicate.Single<T,P extends Predicate<T>>(CollectionCountsPredicate.Entry<T,P extends Predicate<T>> entry) extends Record implements CollectionCountsPredicate<T,P>
Mappings:
Namespace Name
named net/minecraft/predicate/collection/CollectionCountsPredicate$Single
intermediary net/minecraft/class_9643$class_9646
official bc$c
named entry
intermediary comp_2616
official a
  • Field Details

  • Constructor Details

  • 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/predicate/collection/CollectionCountsPredicate$Single;test(Ljava/lang/Iterable;)Z
      intermediary method_59621 Lnet/minecraft/class_9643$class_9646;method_59621(Ljava/lang/Iterable;)Z
      official a Lbc$c;a(Ljava/lang/Iterable;)Z
    • getEntries

      public List<CollectionCountsPredicate.Entry<T,P>> getEntries()
      Specified by:
      getEntries in interface CollectionCountsPredicate<T,P extends Predicate<T>>
      Mappings:
      Namespace Name Mixin selector
      named getEntries Lnet/minecraft/predicate/collection/CollectionCountsPredicate;getEntries()Ljava/util/List;
      intermediary method_59613 Lnet/minecraft/class_9643;method_59613()Ljava/util/List;
      official a Lbc;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.
    • entry

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