net.minecraft.predicate.collection

public record CollectionCountsPredicate$Multiple<T, P extends Predicate<T>>

implements CollectionCountsPredicate<T, P>

net.minecraft.advancements.predicates.CollectionCountsPredicate$Multiple
net.minecraft.class_9643$class_9645
net.minecraft.predicate.collection.CollectionCountsPredicate$Multiple

Field summary

Modifier and TypeField
private final List<CollectionCountsPredicate$Entry<T, P>>
entries
comp_2615
entries

Constructor summary

ModifierConstructor
public (List<CollectionCountsPredicate$Entry<T, P>> entries)

Method summary

Modifier and TypeMethod
public boolean
test(Iterable<? extends T> values)
method_59620(Iterable<? extends T> arg0)
test(Iterable<? extends T> arg0)
public List<CollectionCountsPredicate$Entry<T, P>>
unpack()
method_59613()
getEntries()
public List<CollectionCountsPredicate$Entry<T, P>>
entries()
comp_2615()
entries()
public boolean
test(Object values)
test(Object arg0)
test(Object collection)