Uses of Record Class
net.minecraft.advancements.critereon.CollectionCountsPredicate.Entry
-
Uses of CollectionCountsPredicate.Entry in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionprivate final CollectionCountsPredicate.Entry
<T, P> CollectionCountsPredicate.Single.entry
The field for theentry
record component.Modifier and TypeFieldDescriptionprivate final List
<CollectionCountsPredicate.Entry<T, P>> CollectionCountsPredicate.Multiple.entries
The field for theentries
record component.Modifier and TypeMethodDescriptionCollectionCountsPredicate.Single.entry()
Returns the value of theentry
record component.Modifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
com.mojang.serialization.Codec<CollectionCountsPredicate.Entry<T, P>> CollectionCountsPredicate.Entry.codec
(com.mojang.serialization.Codec<P> p_341286_) CollectionCountsPredicate.Multiple.entries()
Returns the value of theentries
record component.CollectionCountsPredicate.Multiple.unpack()
CollectionCountsPredicate.Single.unpack()
CollectionCountsPredicate.unpack()
CollectionCountsPredicate.Zero.unpack()
Modifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of
(CollectionCountsPredicate.Entry<T, P>... p_341225_) Modifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of
(List<CollectionCountsPredicate.Entry<T, P>> p_341102_) ModifierConstructorDescriptionSingle
(CollectionCountsPredicate.Entry<T, P> entry) Creates an instance of aSingle
record class.ModifierConstructorDescriptionMultiple
(List<CollectionCountsPredicate.Entry<T, P>> entries) Creates an instance of aMultiple
record class.