Class LecternScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.BookScreen
net.minecraft.client.gui.screen.ingame.LecternScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement,- ScreenHandlerProvider<LecternScreenHandler>
@Environment(CLIENT)
public class LecternScreen
extends BookScreen
implements ScreenHandlerProvider<LecternScreenHandler>
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/ingame/LecternScreen- intermediary - net/minecraft/class_3935- official - gbj
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ingame.BookScreenBookScreen.ContentsNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final LecternScreenHandlerprivate final ScreenHandlerListenerFields inherited from class net.minecraft.client.gui.screen.ingame.BookScreenBOOK_TEXTURE, EMPTY_PROVIDER, field_32328, field_32329, field_32330, HEIGHT, MAX_TEXT_HEIGHT, MAX_TEXT_WIDTH, WIDTHFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionLecternScreen(LecternScreenHandler handler, PlayerInventory inventory, Text title) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidvoidclose()protected voidprotected voidprotected voidprotected voidinit()Called when a screen should be initialized.protected booleanjumpToPage(int page) voidremoved()private voidsendButtonPressPacket(int id) boolean(package private) void(package private) voidMethods inherited from class net.minecraft.client.gui.screen.ingame.BookScreenaddPageButtons, getTextStyleAt, handleTextClick, keyPressed, mouseClicked, render, renderBackground, setPage, setPageProviderMethods inherited from class net.minecraft.client.gui.screen.ScreenaddCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, switchFocus, tick, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
handler- Mappings:
- Namespace - Name - Mixin selector - named - handler- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;handler:Lnet/minecraft/screen/LecternScreenHandler;- intermediary - field_17422- Lnet/minecraft/class_3935;field_17422:Lnet/minecraft/class_3916;- official - y- Lgbj;y:Lcxh;
 
- 
listener- Mappings:
- Namespace - Name - Mixin selector - named - listener- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;listener:Lnet/minecraft/screen/ScreenHandlerListener;- intermediary - field_17423- Lnet/minecraft/class_3935;field_17423:Lnet/minecraft/class_1712;- official - z- Lgbj;z:Lcwp;
 
 
- 
- 
Constructor Details- 
LecternScreen- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;<init>(Lnet/minecraft/screen/LecternScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V- intermediary - <init>- Lnet/minecraft/class_3935;<init>(Lnet/minecraft/class_3916;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V- official - <init>- Lgbj;<init>(Lcxh;Lcsh;Lxg;)V
 
 
- 
- 
Method Details- 
getScreenHandler- Specified by:
- getScreenHandlerin interface- ScreenHandlerProvider<LecternScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - getScreenHandler- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;getScreenHandler()Lnet/minecraft/screen/LecternScreenHandler;- intermediary - method_17573- Lnet/minecraft/class_3935;method_17573()Lnet/minecraft/class_3916;- official - L- Lgbj;L()Lcxh;
 
- 
initprotected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized. - Overrides:
- initin class- BookScreen
- Mappings:
- Namespace - Name - Mixin selector - named - init- Lnet/minecraft/client/gui/screen/Screen;init()V- intermediary - method_25426- Lnet/minecraft/class_437;method_25426()V- official - aO_- Lfzq;aO_()V
 
- 
closepublic void close()
- 
removedpublic void removed()
- 
addCloseButtonprotected void addCloseButton()- Overrides:
- addCloseButtonin class- BookScreen
- Mappings:
- Namespace - Name - Mixin selector - named - addCloseButton- Lnet/minecraft/client/gui/screen/ingame/BookScreen;addCloseButton()V- intermediary - method_17557- Lnet/minecraft/class_3872;method_17557()V- official - m- Lgan;m()V
 
- 
goToPreviousPageprotected void goToPreviousPage()- Overrides:
- goToPreviousPagein class- BookScreen
- Mappings:
- Namespace - Name - Mixin selector - named - goToPreviousPage- Lnet/minecraft/client/gui/screen/ingame/BookScreen;goToPreviousPage()V- intermediary - method_17057- Lnet/minecraft/class_3872;method_17057()V- official - G- Lgan;G()V
 
- 
goToNextPageprotected void goToNextPage()- Overrides:
- goToNextPagein class- BookScreen
- Mappings:
- Namespace - Name - Mixin selector - named - goToNextPage- Lnet/minecraft/client/gui/screen/ingame/BookScreen;goToNextPage()V- intermediary - method_17058- Lnet/minecraft/class_3872;method_17058()V- official - H- Lgan;H()V
 
- 
jumpToPageprotected boolean jumpToPage(int page) - Overrides:
- jumpToPagein class- BookScreen
- Mappings:
- Namespace - Name - Mixin selector - named - jumpToPage- Lnet/minecraft/client/gui/screen/ingame/BookScreen;jumpToPage(I)Z- intermediary - method_17789- Lnet/minecraft/class_3872;method_17789(I)Z- official - b- Lgan;b(I)Z
 
- 
sendButtonPressPacketprivate void sendButtonPressPacket(int id) - Mappings:
- Namespace - Name - Mixin selector - named - sendButtonPressPacket- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;sendButtonPressPacket(I)V- intermediary - method_17572- Lnet/minecraft/class_3935;method_17572(I)V- official - g- Lgbj;g(I)V
 
- 
shouldPausepublic boolean shouldPause()- Overrides:
- shouldPausein class- Screen
- Mappings:
- Namespace - Name - Mixin selector - named - shouldPause- Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z- intermediary - method_25421- Lnet/minecraft/class_437;method_25421()Z- official - k- Lfzq;k()Z
 
- 
updatePageProvidervoid updatePageProvider()- Mappings:
- Namespace - Name - Mixin selector - named - updatePageProvider- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;updatePageProvider()V- intermediary - method_17574- Lnet/minecraft/class_3935;method_17574()V- official - M- Lgbj;M()V
 
- 
updatePagevoid updatePage()- Mappings:
- Namespace - Name - Mixin selector - named - updatePage- Lnet/minecraft/client/gui/screen/ingame/LecternScreen;updatePage()V- intermediary - method_17575- Lnet/minecraft/class_3935;method_17575()V- official - N- Lgbj;N()V
 
- 
closeScreenprotected void closeScreen()- Overrides:
- closeScreenin class- BookScreen
- Mappings:
- Namespace - Name - Mixin selector - named - closeScreen- Lnet/minecraft/client/gui/screen/ingame/BookScreen;closeScreen()V- intermediary - method_34494- Lnet/minecraft/class_3872;method_34494()V- official - I- Lgan;I()V
 
 
-