Interface WrittenBookContent
Holds the contents and metadata of a Written Book.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionauthor()Player name of the author of this book.@IntRange(from=0L,to=3L) intThe number of times this book has been copied (0 = original).pages()Gets the pages of this book.booleanresolved()If the chat components in this book have already been resolved (entity selectors, scores substituted).title()Title of this book.static WrittenBookContent.BuilderwrittenBookContent(Filtered<String> title, String author) static WrittenBookContent.BuilderwrittenBookContent(String title, String author)
-
Method Details
-
writtenBookContent
-
writtenBookContent
-
title
-
author
-
generation
-
pages
-
resolved
-