IBookProperties

public interface IBookProperties(source)

Properties for books, lecterns, and other book-holding containers.

See also

Inheritors

Functions

Link copied to clipboard
public abstract Integer getCurrentPage()

Current page of the book.

Link copied to clipboard
public abstract Integer getPageCount()

Number of pages in the book.

Link copied to clipboard
public Unit writeSelectors(BiConsumer<String, String> appendSelector)