Uses of Interface
net.minecraft.advancements.criterion.CollectionCountsPredicate
Packages that use CollectionCountsPredicate
-
Uses of CollectionCountsPredicate in net.minecraft.advancements.criterion
Classes in net.minecraft.advancements.criterion that implement CollectionCountsPredicateModifier and TypeClassDescriptionstatic final recordCollectionCountsPredicate.Multiple<T, P extends Predicate<T>>static final recordCollectionCountsPredicate.Single<T, P extends Predicate<T>>static classCollectionCountsPredicate.Zero<T, P extends Predicate<T>>Fields in net.minecraft.advancements.criterion with type parameters of type CollectionCountsPredicateModifier and TypeFieldDescriptionprivate final Optional<CollectionCountsPredicate<T, P>> CollectionPredicate.countsThe field for thecountsrecord component.Methods in net.minecraft.advancements.criterion that return CollectionCountsPredicateModifier and TypeMethodDescriptionstatic <T, P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of(List<CollectionCountsPredicate.Entry<T, P>> predicates) static <T, P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of(CollectionCountsPredicate.Entry<T, P>... predicates) Methods in net.minecraft.advancements.criterion that return types with arguments of type CollectionCountsPredicateModifier and TypeMethodDescriptionstatic <T, P extends Predicate<T>>
com.mojang.serialization.Codec<CollectionCountsPredicate<T, P>> CollectionCountsPredicate.codec(com.mojang.serialization.Codec<P> elementCodec) CollectionPredicate.counts()Returns the value of thecountsrecord component.