public interface IBookPageFactory
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IGuiElement> |
load(IBookEntry entry,
int leftPageHeight,
int rightPageHeight,
int pageWidth)
Usually called at the moment the player opens the given entry.
|
java.util.Collection<IGuiElement> load(IBookEntry entry, int leftPageHeight, int rightPageHeight, int pageWidth)
entry - The opened book entry.leftPageHeight - The height of a page on the left side of the book.rightPageHeight - The height of a page on the right side of the book.pageWidth - The width of a book page.