public record CollectionPredicate<T, P extends Predicate<T>>
implements Predicate<Iterable<T>>
bg | |
net.minecraft.advancements.critereon.CollectionPredicate | |
net.minecraft.class_9648 |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
private final Optional<CollectionContentsPredicate<T, P>> |
| ||||||
private final Optional<CollectionCountsPredicate<T, P>> |
| ||||||
private final Optional<MinMaxBounds$Ints> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Optional<CollectionContentsPredicate<T, P>> arg0, Optional<CollectionCountsPredicate<T, P>> arg1, Optional<MinMaxBounds$Ints> arg2) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public static <T, P extends Predicate<T>> com.mojang.serialization.Codec<CollectionPredicate<T, P>> |
| ||||||
public boolean |
| ||||||
public Optional<CollectionContentsPredicate<T, P>> |
| ||||||
public Optional<CollectionCountsPredicate<T, P>> |
| ||||||
public Optional<MinMaxBounds$Ints> |
|