@Environment(value=CLIENT) public class BookScreen extends Screen
| Modifier and Type | Class and Description |
|---|---|
static interface |
BookScreen.Contents |
static class |
BookScreen.WritableBookContents |
static class |
BookScreen.WrittenBookContents |
| Modifier and Type | Field and Description |
|---|---|
static Identifier |
BOOK_TEXTURE |
private List<OrderedText> |
cachedPage |
private int |
cachedPageIndex |
private BookScreen.Contents |
contents |
static BookScreen.Contents |
EMPTY_PROVIDER |
private PageTurnWidget |
nextPageButton |
private int |
pageIndex |
private Text |
pageIndexText |
private boolean |
pageTurnSound |
private PageTurnWidget |
previousPageButton |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthGUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE| Modifier | Constructor and Description |
|---|---|
|
BookScreen() |
|
BookScreen(BookScreen.Contents pageProvider) |
private |
BookScreen(BookScreen.Contents contents,
boolean playPageTurnSound) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCloseButton() |
protected void |
addPageButtons() |
private int |
getPageCount() |
Style |
getTextAt(double x,
double y) |
protected void |
goToNextPage() |
protected void |
goToPreviousPage() |
boolean |
handleTextClick(Style style) |
protected void |
init()
Called when a screen should be initialized.
|
protected boolean |
jumpToPage(int page) |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers)
Callback for when a key down event has been captured.
|
boolean |
mouseClicked(double mouseX,
double mouseY,
int button)
Callback for when a mouse button down event
has been captured.
|
static List<String> |
readPages(CompoundTag tag) |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
boolean |
setPage(int index) |
void |
setPageProvider(BookScreen.Contents pageProvider) |
private void |
updatePageButtons() |
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedpublic static final BookScreen.Contents EMPTY_PROVIDER
public static final Identifier BOOK_TEXTURE
private BookScreen.Contents contents
private int pageIndex
private List<OrderedText> cachedPage
private int cachedPageIndex
private Text pageIndexText
private PageTurnWidget nextPageButton
private PageTurnWidget previousPageButton
private final boolean pageTurnSound
public BookScreen(BookScreen.Contents pageProvider)
public BookScreen()
private BookScreen(BookScreen.Contents contents, boolean playPageTurnSound)
public void setPageProvider(BookScreen.Contents pageProvider)
public boolean setPage(int index)
protected boolean jumpToPage(int page)
protected void init()
This method is called when this screen is opened or resized.
protected void addCloseButton()
protected void addPageButtons()
private int getPageCount()
protected void goToPreviousPage()
protected void goToNextPage()
private void updatePageButtons()
public boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
GLFW class.keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class ScreenkeyCode - the named key code of the event as described in the GLFW classscanCode - the unique/platform-specific scan code of the keyboard inputmodifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)true to indicate that the event handling is successful/validKeyboard.onKey(long, int, int, int, int),
GLFW.GLFW_KEY_Q,
GLFWKeyCallbackI.invoke(long, int, int, int, int)public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
public boolean mouseClicked(double mouseX,
double mouseY,
int button)
GLFW class.mouseX - the X coordinate of the mousemouseY - the Y coordinate of the mousebutton - the mouse button numbertrue to indicate that the event handling is successful/validMouse.onMouseButton(long, int, int, int),
GLFW.GLFW_MOUSE_BUTTON_1public boolean handleTextClick(Style style)
handleTextClick in class Screenpublic static List<String> readPages(CompoundTag tag)