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.CODECprivate final Optional<CollectionPredicate<Filterable<String>, WritableBookPredicate.PagePredicate>> WritableBookPredicate.pagesThe field for thepagesrecord component.Methods in net.minecraft.core.component.predicates that return types with arguments of type WritableBookPredicate.PagePredicateModifier and TypeMethodDescriptionWritableBookPredicate.pages()Returns the value of thepagesrecord 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 aWritableBookPredicaterecord class.