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 Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Runnable
private final Text
private final Text
private static final int
private MultilineText
private final boolean
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionNoticeScreen
(Runnable actionHandler, Text title, Text notice) NoticeScreen
(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean shouldCloseOnEsc) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
init()
Called when a screen should be initialized.void
render
(DrawContext context, int mouseX, int mouseY, float delta) boolean
Checks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, 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, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
NOTICE_TEXT_Y
private 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;
-
shouldCloseOnEsc
private 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
-
NoticeScreen
public 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:
getNarratedTitle
in classScreen
- 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;
-
init
protected 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:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- 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
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEsc
in classScreen
- 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
-