Uses of Record Class
net.minecraft.predicate.item.WrittenBookContentPredicate.RawTextPredicate
Packages that use WrittenBookContentPredicate.RawTextPredicate
-
Uses of WrittenBookContentPredicate.RawTextPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type WrittenBookContentPredicate.RawTextPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WrittenBookContentPredicate.RawTextPredicate> WrittenBookContentPredicate.RawTextPredicate.CODECprivate final Optional<CollectionPredicate<RawFilteredPair<Text>, WrittenBookContentPredicate.RawTextPredicate>> WrittenBookContentPredicate.pagesThe field for thepagesrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type WrittenBookContentPredicate.RawTextPredicateModifier and TypeMethodDescriptionWrittenBookContentPredicate.pages()Returns the value of thepagesrecord component.Constructor parameters in net.minecraft.predicate.item with type arguments of type WrittenBookContentPredicate.RawTextPredicateModifierConstructorDescriptionWrittenBookContentPredicate(Optional<CollectionPredicate<RawFilteredPair<Text>, WrittenBookContentPredicate.RawTextPredicate>> pages, Optional<String> author, Optional<String> title, NumberRange.IntRange generation, Optional<Boolean> resolved) Creates an instance of aWrittenBookContentPredicaterecord class.