Package net.minecraft.client.gui.screen
Class NoticeScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.NoticeScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Mappings:
- Namespace - Name - official - ete- intermediary - net/minecraft/class_403- named - net/minecraft/client/gui/screen/NoticeScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Runnableprivate final Textprivate final Textprivate static final intprivate MultilineTextprivate final booleanFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionNoticeScreen(Runnable actionHandler, Text title, Text notice) NoticeScreen(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean shouldCloseOnEsc) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.voidrender(DrawContext context, int mouseX, int mouseY, float delta) booleanChecks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods 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.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
NOTICE_TEXT_Yprivate static final int NOTICE_TEXT_Y- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lete;a:I- intermediary - field_39539- Lnet/minecraft/class_403;field_39539:I- named - NOTICE_TEXT_Y- Lnet/minecraft/client/gui/screen/NoticeScreen;NOTICE_TEXT_Y:I
 
- 
notice- Mappings:
- Namespace - Name - Mixin selector - official - b- Lete;b:Lsw;- intermediary - field_2346- Lnet/minecraft/class_403;field_2346:Lnet/minecraft/class_2561;- named - notice- Lnet/minecraft/client/gui/screen/NoticeScreen;notice:Lnet/minecraft/text/Text;
 
- 
noticeLines- Mappings:
- Namespace - Name - Mixin selector - official - c- Lete;c:Lepz;- intermediary - field_2348- Lnet/minecraft/class_403;field_2348:Lnet/minecraft/class_5489;- named - noticeLines- Lnet/minecraft/client/gui/screen/NoticeScreen;noticeLines:Lnet/minecraft/client/font/MultilineText;
 
- 
actionHandler- Mappings:
- Namespace - Name - Mixin selector - official - k- Lete;k:Ljava/lang/Runnable;- intermediary - field_2345- Lnet/minecraft/class_403;field_2345:Ljava/lang/Runnable;- named - actionHandler- Lnet/minecraft/client/gui/screen/NoticeScreen;actionHandler:Ljava/lang/Runnable;
 
- 
buttonText- Mappings:
- Namespace - Name - Mixin selector - official - l- Lete;l:Lsw;- intermediary - field_2349- Lnet/minecraft/class_403;field_2349:Lnet/minecraft/class_2561;- named - buttonText- Lnet/minecraft/client/gui/screen/NoticeScreen;buttonText:Lnet/minecraft/text/Text;
 
- 
shouldCloseOnEscprivate final boolean shouldCloseOnEsc- Mappings:
- Namespace - Name - Mixin selector - official - m- Lete;m:Z- intermediary - field_39540- Lnet/minecraft/class_403;field_39540:Z- named - shouldCloseOnEsc- Lnet/minecraft/client/gui/screen/NoticeScreen;shouldCloseOnEsc:Z
 
 
- 
- 
Constructor Details- 
NoticeScreen- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lete;<init>(Ljava/lang/Runnable;Lsw;Lsw;)V- intermediary - <init>- Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V- named - <init>- Lnet/minecraft/client/gui/screen/NoticeScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
 
- 
NoticeScreenpublic NoticeScreen(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean shouldCloseOnEsc) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lete;<init>(Ljava/lang/Runnable;Lsw;Lsw;Lsw;Z)V- intermediary - <init>- Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V- named - <init>- Lnet/minecraft/client/gui/screen/NoticeScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)V
 
 
- 
- 
Method Details- 
getNarratedTitle- Overrides:
- getNarratedTitlein class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - au_- Leuq;au_()Lsw;- intermediary - method_25435- Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;- named - getNarratedTitle- Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
 
- 
initprotected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized. This should call Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused.
- 
render- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqh;a(Leox;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
 
- 
shouldCloseOnEscpublic boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
- shouldCloseOnEscin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - av_- Leuq;av_()Z- intermediary - method_25422- Lnet/minecraft/class_437;method_25422()Z- named - shouldCloseOnEsc- Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
 
 
-