Uses of Record Class
net.minecraft.advancements.critereon.ItemWrittenBookPredicate.PagePredicate
Packages that use ItemWrittenBookPredicate.PagePredicate
-
Uses of ItemWrittenBookPredicate.PagePredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type ItemWrittenBookPredicate.PagePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ItemWrittenBookPredicate.PagePredicate> ItemWrittenBookPredicate.PagePredicate.CODECprivate final Optional<CollectionPredicate<Filterable<Component>, ItemWrittenBookPredicate.PagePredicate>> ItemWrittenBookPredicate.pagesThe field for thepagesrecord component.Methods in net.minecraft.advancements.critereon that return types with arguments of type ItemWrittenBookPredicate.PagePredicateModifier and TypeMethodDescriptionItemWrittenBookPredicate.pages()Returns the value of thepagesrecord component.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type ItemWrittenBookPredicate.PagePredicateModifierConstructorDescriptionItemWrittenBookPredicate(Optional<CollectionPredicate<Filterable<Component>, ItemWrittenBookPredicate.PagePredicate>> pages, Optional<String> author, Optional<String> title, MinMaxBounds.Ints generation, Optional<Boolean> resolved) Creates an instance of aItemWrittenBookPredicaterecord class.