Uses of Record Class
net.minecraft.predicate.collection.CollectionCountsPredicate.Entry
Packages that use CollectionCountsPredicate.Entry
-
Uses of CollectionCountsPredicate.Entry in net.minecraft.predicate.collection
Fields in net.minecraft.predicate.collection declared as CollectionCountsPredicate.EntryModifier and TypeFieldDescriptionprivate final CollectionCountsPredicate.Entry
<T, P> CollectionCountsPredicate.Single.entry
The field for theentry
record component.Fields in net.minecraft.predicate.collection 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.predicate.collection that return CollectionCountsPredicate.EntryModifier and TypeMethodDescriptionCollectionCountsPredicate.Single.entry()
Returns the value of theentry
record component.Methods in net.minecraft.predicate.collection 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.createCodec
(com.mojang.serialization.Codec<P> predicateCodec) CollectionCountsPredicate.Multiple.entries()
Returns the value of theentries
record component.CollectionCountsPredicate.Empty.getEntries()
CollectionCountsPredicate.getEntries()
CollectionCountsPredicate.Multiple.getEntries()
CollectionCountsPredicate.Single.getEntries()
Methods in net.minecraft.predicate.collection with parameters of type CollectionCountsPredicate.EntryModifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.create
(CollectionCountsPredicate.Entry<T, P>[] entries) Method parameters in net.minecraft.predicate.collection with type arguments of type CollectionCountsPredicate.EntryModifier and TypeMethodDescriptionstatic <T,
P extends Predicate<T>>
CollectionCountsPredicate<T, P> CollectionCountsPredicate.create
(List<CollectionCountsPredicate.Entry<T, P>> entries) Constructors in net.minecraft.predicate.collection with parameters of type CollectionCountsPredicate.EntryModifierConstructorDescriptionSingle
(CollectionCountsPredicate.Entry<T, P> entry) Creates an instance of aSingle
record class.Constructor parameters in net.minecraft.predicate.collection with type arguments of type CollectionCountsPredicate.Entry