Uses of Record Class
net.minecraft.advancements.critereon.ItemWritableBookPredicate.PagePredicate
-
Uses of ItemWritableBookPredicate.PagePredicate in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ItemWritableBookPredicate.PagePredicate> ItemWritableBookPredicate.PagePredicate.CODEC
private final Optional
<CollectionPredicate<Filterable<String>, ItemWritableBookPredicate.PagePredicate>> ItemWritableBookPredicate.pages
The field for thepages
record component.Modifier and TypeMethodDescriptionItemWritableBookPredicate.pages()
Returns the value of thepages
record component.ModifierConstructorDescriptionItemWritableBookPredicate
(Optional<CollectionPredicate<Filterable<String>, ItemWritableBookPredicate.PagePredicate>> pages) Creates an instance of aItemWritableBookPredicate
record class.