Book

class Book(bookName: String)

Functions

Link copied to clipboard
fun addPage(message: Message): Book

Add a page to the book.

fun addPage(message: String): Book

Overloaded method for adding a simple page to the book.

Link copied to clipboard
fun display(pageIndex: Int = 0)
Link copied to clipboard
fun getCurrentPage(): Int
Link copied to clipboard
fun isOpen(): Boolean
Link copied to clipboard
fun setPage(pageIndex: Int, message: Message): Book

Sets a page of the book to the specified message.

Link copied to clipboard
fun updateBookScreen(pages: NBTTagList)

Sources

Link copied to clipboard