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 named net/minecraft/client/gui/screen/NoticeScreen
intermediary net/minecraft/class_403
official flr
-
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, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, 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, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, 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, 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 named NOTICE_TEXT_Y
Lnet/minecraft/client/gui/screen/NoticeScreen;NOTICE_TEXT_Y:I
intermediary field_39539
Lnet/minecraft/class_403;field_39539:I
official a
Lflr;a:I
-
notice
- Mappings:
Namespace Name Mixin selector named notice
Lnet/minecraft/client/gui/screen/NoticeScreen;notice:Lnet/minecraft/text/Text;
intermediary field_2346
Lnet/minecraft/class_403;field_2346:Lnet/minecraft/class_2561;
official b
Lflr;b:Lxp;
-
noticeLines
- Mappings:
Namespace Name Mixin selector named noticeLines
Lnet/minecraft/client/gui/screen/NoticeScreen;noticeLines:Lnet/minecraft/client/font/MultilineText;
intermediary field_2348
Lnet/minecraft/class_403;field_2348:Lnet/minecraft/class_5489;
official c
Lflr;c:Lfhz;
-
actionHandler
- Mappings:
Namespace Name Mixin selector named actionHandler
Lnet/minecraft/client/gui/screen/NoticeScreen;actionHandler:Ljava/lang/Runnable;
intermediary field_2345
Lnet/minecraft/class_403;field_2345:Ljava/lang/Runnable;
official d
Lflr;d:Ljava/lang/Runnable;
-
buttonText
- Mappings:
Namespace Name Mixin selector named buttonText
Lnet/minecraft/client/gui/screen/NoticeScreen;buttonText:Lnet/minecraft/text/Text;
intermediary field_2349
Lnet/minecraft/class_403;field_2349:Lnet/minecraft/class_2561;
official r
Lflr;r:Lxp;
-
shouldCloseOnEsc
private final boolean shouldCloseOnEsc- Mappings:
Namespace Name Mixin selector named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/NoticeScreen;shouldCloseOnEsc:Z
intermediary field_39540
Lnet/minecraft/class_403;field_39540:Z
official s
Lflr;s:Z
-
-
Constructor Details
-
NoticeScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/NoticeScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
official <init>
Lflr;<init>(Ljava/lang/Runnable;Lxp;Lxp;)V
-
NoticeScreen
public NoticeScreen(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean shouldCloseOnEsc) - Mappings:
Namespace Name Mixin selector 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
intermediary <init>
Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
official <init>
Lflr;<init>(Ljava/lang/Runnable;Lxp;Lxp;Lxp;Z)V
-
-
Method Details
-
getNarratedTitle
- Overrides:
getNarratedTitle
in classScreen
- Mappings:
Namespace Name Mixin selector named getNarratedTitle
Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
intermediary method_25435
Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
official i
Lfnf;i()Lxp;
-
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()
to set the element that is initially focused. -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;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 named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
intermediary method_25422
Lnet/minecraft/class_437;method_25422()Z
official aC_
Lfnf;aC_()Z
-