Uses of Record Class
net.minecraft.predicate.item.WritableBookContentPredicate.RawStringPredicate
Packages that use WritableBookContentPredicate.RawStringPredicate
-
Uses of WritableBookContentPredicate.RawStringPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type WritableBookContentPredicate.RawStringPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WritableBookContentPredicate.RawStringPredicate> WritableBookContentPredicate.RawStringPredicate.CODEC
private final Optional
<CollectionPredicate<RawFilteredPair<String>, WritableBookContentPredicate.RawStringPredicate>> WritableBookContentPredicate.pages
The field for thepages
record component.Methods in net.minecraft.predicate.item that return types with arguments of type WritableBookContentPredicate.RawStringPredicateModifier and TypeMethodDescriptionOptional
<CollectionPredicate<RawFilteredPair<String>, WritableBookContentPredicate.RawStringPredicate>> WritableBookContentPredicate.pages()
Returns the value of thepages
record component.Constructor parameters in net.minecraft.predicate.item with type arguments of type WritableBookContentPredicate.RawStringPredicateModifierConstructorDescriptionWritableBookContentPredicate
(Optional<CollectionPredicate<RawFilteredPair<String>, WritableBookContentPredicate.RawStringPredicate>> optional)