Uses of Record Class
net.minecraft.core.component.predicates.WritableBookPredicate.PagePredicate
Packages that use WritableBookPredicate.PagePredicate
-
Uses of WritableBookPredicate.PagePredicate in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type WritableBookPredicate.PagePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WritableBookPredicate.PagePredicate> WritableBookPredicate.PagePredicate.CODEC
private final Optional
<CollectionPredicate<Filterable<String>, WritableBookPredicate.PagePredicate>> WritableBookPredicate.pages
The field for thepages
record component.Methods in net.minecraft.core.component.predicates that return types with arguments of type WritableBookPredicate.PagePredicateModifier and TypeMethodDescriptionWritableBookPredicate.pages()
Returns the value of thepages
record component.Constructor parameters in net.minecraft.core.component.predicates with type arguments of type WritableBookPredicate.PagePredicateModifierConstructorDescriptionWritableBookPredicate
(Optional<CollectionPredicate<Filterable<String>, WritableBookPredicate.PagePredicate>> pages) Creates an instance of aWritableBookPredicate
record class.