Package net.minecraft.client.gui.screen
Class NoticeScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.NoticeScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Mappings:
Namespace Name official ejhintermediary net/minecraft/class_403named 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
FieldsModifier and TypeFieldDescriptionprivate final Runnableprivate final Textprivate static final intprivate final booleanprivate final Textprivate MultilineTextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionNoticeScreen(Runnable actionHandler, Text title, Text notice) NoticeScreen(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean bool) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.voidrender(MatrixStack matrices, 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.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, shouldPause, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, method_44379, method_44380, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
field_39539
private static final int field_39539- See Also:
- Mappings:
Namespace Name Mixin selector official aLejh;a:Iintermediary field_39539Lnet/minecraft/class_403;field_39539:Inamed field_39539Lnet/minecraft/client/gui/screen/NoticeScreen;field_39539:I
-
notice
- Mappings:
Namespace Name Mixin selector official bLejh;b:Lrm;intermediary field_2346Lnet/minecraft/class_403;field_2346:Lnet/minecraft/class_2561;named noticeLnet/minecraft/client/gui/screen/NoticeScreen;notice:Lnet/minecraft/text/Text;
-
noticeLines
- Mappings:
Namespace Name Mixin selector official cLejh;c:Lehh;intermediary field_2348Lnet/minecraft/class_403;field_2348:Lnet/minecraft/class_5489;named noticeLinesLnet/minecraft/client/gui/screen/NoticeScreen;noticeLines:Lnet/minecraft/client/font/MultilineText;
-
actionHandler
- Mappings:
Namespace Name Mixin selector official nLejh;n:Ljava/lang/Runnable;intermediary field_2345Lnet/minecraft/class_403;field_2345:Ljava/lang/Runnable;named actionHandlerLnet/minecraft/client/gui/screen/NoticeScreen;actionHandler:Ljava/lang/Runnable;
-
buttonText
- Mappings:
Namespace Name Mixin selector official oLejh;o:Lrm;intermediary field_2349Lnet/minecraft/class_403;field_2349:Lnet/minecraft/class_2561;named buttonTextLnet/minecraft/client/gui/screen/NoticeScreen;buttonText:Lnet/minecraft/text/Text;
-
field_39540
private final boolean field_39540- Mappings:
Namespace Name Mixin selector official pLejh;p:Zintermediary field_39540Lnet/minecraft/class_403;field_39540:Znamed field_39540Lnet/minecraft/client/gui/screen/NoticeScreen;field_39540:Z
-
-
Constructor Details
-
NoticeScreen
- Mappings:
Namespace Name Mixin selector official <init>Lejh;<init>(Ljava/lang/Runnable;Lrm;Lrm;)Vintermediary <init>Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/gui/screen/NoticeScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
-
NoticeScreen
- Mappings:
Namespace Name Mixin selector official <init>Lejh;<init>(Ljava/lang/Runnable;Lrm;Lrm;Lrm;Z)Vintermediary <init>Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)Vnamed <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 classScreen- Mappings:
Namespace Name Mixin selector official ae_Lekq;ae_()Lrm;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;named getNarratedTitleLnet/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.
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLeht;a(Ldzt;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEscin classScreen- Mappings:
Namespace Name Mixin selector official af_Lekq;af_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-