Uses of Interface
io.papermc.paper.text.Filtered
Packages that use Filtered
-
Uses of Filtered in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return FilteredMethods in io.papermc.paper.datacomponent.item that return types with arguments of type FilteredModifier and TypeMethodDescriptionWritableBookContent.pages()Holds the pages that can be written to for this component.WrittenBookContent.pages()Gets the pages of this book.Methods in io.papermc.paper.datacomponent.item with parameters of type FilteredModifier and TypeMethodDescriptionWritableBookContent.Builder.addFilteredPage(Filtered<String> page) Adds a filterable page that can be written to for this builder.WrittenBookContent.Builder.addFilteredPage(Filtered<? extends ComponentLike> page) Adds a filterable page to this book.WrittenBookContent.Builder.filteredTitle(Filtered<String> title) Sets the filterable title of this book.static WrittenBookContent.BuilderWrittenBookContent.writtenBookContent(Filtered<String> title, String author) Method parameters in io.papermc.paper.datacomponent.item with type arguments of type FilteredModifier and TypeMethodDescriptionWritableBookContent.Builder.addFilteredPages(List<Filtered<String>> pages) Adds filterable pages that can be written to for this builder.WrittenBookContent.Builder.addFilteredPages(List<Filtered<? extends ComponentLike>> pages) Adds filterable pages to this book. -
Uses of Filtered in io.papermc.paper.text
Methods in io.papermc.paper.text that return Filtered