Uses of Interface
io.papermc.paper.text.Filtered
-
Uses of Filtered in io.papermc.paper.datacomponent.item
Modifier and TypeMethodDescriptionWritableBookContent.pages()
Holds the pages that can be written to for this component.WrittenBookContent.pages()
Gets the pages of this book.Modifier 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.Builder
WrittenBookContent.writtenBookContent
(Filtered<String> title, String author) Modifier 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