Uses of Record Class
net.minecraft.advancements.critereon.CollectionCountsPredicate.Entry
Packages that use CollectionCountsPredicate.Entry
-
Uses of CollectionCountsPredicate.Entry in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as CollectionCountsPredicate.EntryModifier and TypeFieldDescriptionprivate final CollectionCountsPredicate.Entry
<T, P> CollectionCountsPredicate.Single.entry
The field for theentry
record component.Fields in net.minecraft.advancements.critereon with type parameters of type CollectionCountsPredicate.EntryModifier and TypeFieldDescriptionprivate final List
<CollectionCountsPredicate.Entry<T, P>> CollectionCountsPredicate.Multiple.entries
The field for theentries
record component.Methods in net.minecraft.advancements.critereon that return CollectionCountsPredicate.EntryModifier and TypeMethodDescriptionCollectionCountsPredicate.Single.entry()
Returns the value of theentry
record component.Methods in net.minecraft.advancements.critereon that return types with arguments of type CollectionCountsPredicate.EntryModifier 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()
Methods in net.minecraft.advancements.critereon with parameters of type CollectionCountsPredicate.EntryModifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of
(CollectionCountsPredicate.Entry<T, P>... p_341225_) Method parameters in net.minecraft.advancements.critereon with type arguments of type CollectionCountsPredicate.EntryModifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.of
(List<CollectionCountsPredicate.Entry<T, P>> p_341102_) Constructors in net.minecraft.advancements.critereon with parameters of type CollectionCountsPredicate.EntryModifierConstructorDescriptionSingle
(CollectionCountsPredicate.Entry<T, P> entry) Creates an instance of aSingle
record class.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type CollectionCountsPredicate.EntryModifierConstructorDescriptionMultiple
(List<CollectionCountsPredicate.Entry<T, P>> entries) Creates an instance of aMultiple
record class.