Class CollectionCountsPredicate.Empty<T,P extends Predicate<T>>

java.lang.Object
net.minecraft.predicate.collection.CollectionCountsPredicate.Empty<T,P>
All Implemented Interfaces:
Predicate<Iterable<T>>, CollectionCountsPredicate<T,P>
Enclosing interface:
CollectionCountsPredicate<T,P extends Predicate<T>>

public static class CollectionCountsPredicate.Empty<T,P extends Predicate<T>> extends Object implements CollectionCountsPredicate<T,P>
Mappings:
Namespace Name
named net/minecraft/predicate/collection/CollectionCountsPredicate$Empty
intermediary net/minecraft/class_9643$class_9647
official bc$d
  • Constructor Details

    • Empty

      public Empty()
  • 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$Empty;test(Ljava/lang/Iterable;)Z
      intermediary method_59622 Lnet/minecraft/class_9643$class_9647;method_59622(Ljava/lang/Iterable;)Z
      official a Lbc$d;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;