net.minecraft.predicate.collection

public record CollectionContainsPredicate$Single<T, P extends Predicate<T>>

implements CollectionContainsPredicate<T, P>

net.minecraft.advancements.criterion.CollectionContentsPredicate$Single
net.minecraft.class_9639$class_9641
net.minecraft.predicate.collection.CollectionContainsPredicate$Single

Field summary

Modifier and TypeField
private final P
test
comp_2612
test

Constructor summary

ModifierConstructor
public (P test)

Method summary

Modifier and TypeMethod
public boolean
test(Iterable<? extends T> values)
method_59611(Iterable<? extends T> arg0)
test(Iterable<? extends T> arg0)
public List<P>
unpack()
method_59605()
getPredicates()
public P
test()
comp_2612()
test()
public boolean
test(Object values)
test(Object arg0)
test(Object collection)