Class BookScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.BookScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
- Direct Known Subclasses:
LecternScreen
@Environment(CLIENT) public class BookScreen extends Screen
- Mappings:
Namespace Name official dwg
intermediary net/minecraft/class_3872
named net/minecraft/client/gui/screen/ingame/BookScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BookScreen.Contents
static class
BookScreen.WritableBookContents
static class
BookScreen.WrittenBookContents
-
Field Summary
Fields Modifier and Type Field 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
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Modifier Constructor Description BookScreen()
BookScreen(BookScreen.Contents pageProvider)
private
BookScreen(BookScreen.Contents contents, boolean playPageTurnSound)
-
Method Summary
Modifier and Type Method 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()
Methods inherited from class net.minecraft.client.gui.screen.Screen
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, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
EMPTY_PROVIDER
- Mappings:
Namespace Name Mixin selector official a
Ldwg;a:Ldwg$a;
intermediary field_17417
Lnet/minecraft/class_3872;field_17417:Lnet/minecraft/class_3872$class_3931;
named EMPTY_PROVIDER
Lnet/minecraft/client/gui/screen/ingame/BookScreen;EMPTY_PROVIDER:Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;
-
BOOK_TEXTURE
- Mappings:
Namespace Name Mixin selector official b
Ldwg;b:Lwb;
intermediary field_17117
Lnet/minecraft/class_3872;field_17117:Lnet/minecraft/class_2960;
named BOOK_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/BookScreen;BOOK_TEXTURE:Lnet/minecraft/util/Identifier;
-
contents
- Mappings:
Namespace Name Mixin selector official c
Ldwg;c:Ldwg$a;
intermediary field_17418
Lnet/minecraft/class_3872;field_17418:Lnet/minecraft/class_3872$class_3931;
named contents
Lnet/minecraft/client/gui/screen/ingame/BookScreen;contents:Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;
-
pageIndex
private int pageIndex- Mappings:
Namespace Name Mixin selector official p
Ldwg;p:I
intermediary field_17119
Lnet/minecraft/class_3872;field_17119:I
named pageIndex
Lnet/minecraft/client/gui/screen/ingame/BookScreen;pageIndex:I
-
cachedPage
- Mappings:
Namespace Name Mixin selector official q
Ldwg;q:Ljava/util/List;
intermediary field_17120
Lnet/minecraft/class_3872;field_17120:Ljava/util/List;
named cachedPage
Lnet/minecraft/client/gui/screen/ingame/BookScreen;cachedPage:Ljava/util/List;
-
cachedPageIndex
private int cachedPageIndex- Mappings:
Namespace Name Mixin selector official r
Ldwg;r:I
intermediary field_17121
Lnet/minecraft/class_3872;field_17121:I
named cachedPageIndex
Lnet/minecraft/client/gui/screen/ingame/BookScreen;cachedPageIndex:I
-
pageIndexText
- Mappings:
Namespace Name Mixin selector official s
Ldwg;s:Loi;
intermediary field_25897
Lnet/minecraft/class_3872;field_25897:Lnet/minecraft/class_2561;
named pageIndexText
Lnet/minecraft/client/gui/screen/ingame/BookScreen;pageIndexText:Lnet/minecraft/text/Text;
-
nextPageButton
- Mappings:
Namespace Name Mixin selector official t
Ldwg;t:Ldxe;
intermediary field_17122
Lnet/minecraft/class_3872;field_17122:Lnet/minecraft/class_474;
named nextPageButton
Lnet/minecraft/client/gui/screen/ingame/BookScreen;nextPageButton:Lnet/minecraft/client/gui/widget/PageTurnWidget;
-
previousPageButton
- Mappings:
Namespace Name Mixin selector official u
Ldwg;u:Ldxe;
intermediary field_17123
Lnet/minecraft/class_3872;field_17123:Lnet/minecraft/class_474;
named previousPageButton
Lnet/minecraft/client/gui/screen/ingame/BookScreen;previousPageButton:Lnet/minecraft/client/gui/widget/PageTurnWidget;
-
pageTurnSound
private final boolean pageTurnSound- Mappings:
Namespace Name Mixin selector official v
Ldwg;v:Z
intermediary field_18976
Lnet/minecraft/class_3872;field_18976:Z
named pageTurnSound
Lnet/minecraft/client/gui/screen/ingame/BookScreen;pageTurnSound:Z
-
-
Constructor Details
-
BookScreen
- Mappings:
Namespace Name Mixin selector official <init>
Ldwg;<init>(Ldwg$a;)V
intermediary <init>
Lnet/minecraft/class_3872;<init>(Lnet/minecraft/class_3872$class_3931;)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/BookScreen;<init>(Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;)V
-
BookScreen
public BookScreen() -
BookScreen
- Mappings:
Namespace Name Mixin selector official <init>
Ldwg;<init>(Ldwg$a;Z)V
intermediary <init>
Lnet/minecraft/class_3872;<init>(Lnet/minecraft/class_3872$class_3931;Z)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/BookScreen;<init>(Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;Z)V
-
-
Method Details
-
setPageProvider
- Mappings:
Namespace Name Mixin selector official a
Ldwg;a(Ldwg$a;)V
intermediary method_17554
Lnet/minecraft/class_3872;method_17554(Lnet/minecraft/class_3872$class_3931;)V
named setPageProvider
Lnet/minecraft/client/gui/screen/ingame/BookScreen;setPageProvider(Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;)V
-
setPage
public boolean setPage(int index)- Mappings:
Namespace Name Mixin selector official a
Ldwg;a(I)Z
intermediary method_17556
Lnet/minecraft/class_3872;method_17556(I)Z
named setPage
Lnet/minecraft/client/gui/screen/ingame/BookScreen;setPage(I)Z
-
jumpToPage
protected boolean jumpToPage(int page)- Mappings:
Namespace Name Mixin selector official b
Ldwg;b(I)Z
intermediary method_17789
Lnet/minecraft/class_3872;method_17789(I)Z
named jumpToPage
Lnet/minecraft/client/gui/screen/ingame/BookScreen;jumpToPage(I)Z
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
addCloseButton
protected void addCloseButton()- Mappings:
Namespace Name Mixin selector official i
Ldwg;i()V
intermediary method_17557
Lnet/minecraft/class_3872;method_17557()V
named addCloseButton
Lnet/minecraft/client/gui/screen/ingame/BookScreen;addCloseButton()V
-
addPageButtons
protected void addPageButtons()- Mappings:
Namespace Name Mixin selector official k
Ldwg;k()V
intermediary method_17558
Lnet/minecraft/class_3872;method_17558()V
named addPageButtons
Lnet/minecraft/client/gui/screen/ingame/BookScreen;addPageButtons()V
-
getPageCount
private int getPageCount()- Mappings:
Namespace Name Mixin selector official h
Ldwg;h()I
intermediary method_17055
Lnet/minecraft/class_3872;method_17055()I
named getPageCount
Lnet/minecraft/client/gui/screen/ingame/BookScreen;getPageCount()I
-
goToPreviousPage
protected void goToPreviousPage()- Mappings:
Namespace Name Mixin selector official l
Ldwg;l()V
intermediary method_17057
Lnet/minecraft/class_3872;method_17057()V
named goToPreviousPage
Lnet/minecraft/client/gui/screen/ingame/BookScreen;goToPreviousPage()V
-
goToNextPage
protected void goToNextPage()- Mappings:
Namespace Name Mixin selector official m
Ldwg;m()V
intermediary method_17058
Lnet/minecraft/class_3872;method_17058()V
named goToNextPage
Lnet/minecraft/client/gui/screen/ingame/BookScreen;goToNextPage()V
-
updatePageButtons
private void updatePageButtons()- Mappings:
Namespace Name Mixin selector official n
Ldwg;n()V
intermediary method_17059
Lnet/minecraft/class_3872;method_17059()V
named updatePageButtons
Lnet/minecraft/client/gui/screen/ingame/BookScreen;updatePageButtons()V
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers)Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
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)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldlr;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int)
,GLFW.GLFW_MOUSE_BUTTON_1
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
handleTextClick
- Overrides:
handleTextClick
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldve;a(Los;)Z
intermediary method_25430
Lnet/minecraft/class_437;method_25430(Lnet/minecraft/class_2583;)Z
named handleTextClick
Lnet/minecraft/client/gui/screen/Screen;handleTextClick(Lnet/minecraft/text/Style;)Z
-
getTextAt
- Mappings:
Namespace Name Mixin selector official a
Ldwg;a(DD)Los;
intermediary method_17048
Lnet/minecraft/class_3872;method_17048(DD)Lnet/minecraft/class_2583;
named getTextAt
Lnet/minecraft/client/gui/screen/ingame/BookScreen;getTextAt(DD)Lnet/minecraft/text/Style;
-
readPages
- Mappings:
Namespace Name Mixin selector official a
Ldwg;a(Lmq;)Ljava/util/List;
intermediary method_17555
Lnet/minecraft/class_3872;method_17555(Lnet/minecraft/class_2487;)Ljava/util/List;
named readPages
Lnet/minecraft/client/gui/screen/ingame/BookScreen;readPages(Lnet/minecraft/nbt/CompoundTag;)Ljava/util/List;
-