Uses of Interface
net.minecraft.advancements.critereon.CollectionCountsPredicate
Packages that use CollectionCountsPredicate
-
Uses of CollectionCountsPredicate in net.minecraft.advancements.critereon
Classes in net.minecraft.advancements.critereon 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.critereon with type parameters of type CollectionCountsPredicateModifier and TypeFieldDescriptionprivate final Optional<CollectionCountsPredicate<T, P>> CollectionPredicate.countsThe field for thecountsrecord component.Methods in net.minecraft.advancements.critereon that return CollectionCountsPredicateModifier and TypeMethodDescriptionstatic <T,P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of(List<CollectionCountsPredicate.Entry<T, P>> p_341102_) static <T,P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of(CollectionCountsPredicate.Entry<T, P>... p_341225_) Methods in net.minecraft.advancements.critereon 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> p_341206_) CollectionPredicate.counts()Returns the value of thecountsrecord component.