Class ChatReportScreen.DiscardWarningScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.WarningScreen
net.minecraft.client.gui.screen.report.ChatReportScreen.DiscardWarningScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Enclosing class:
- ChatReportScreen
- Mappings:
- Namespace - Name - official - eym$a- intermediary - net/minecraft/class_7538$class_7539- named - net/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Textprivate static final Textprivate static final Textprivate static final Textprivate static final TextFields inherited from class net.minecraft.client.gui.screen.WarningScreencheckboxFields 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()protected voiddrawTitle(DrawContext context) protected voidinitButtons(int yOffset) booleanChecks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.WarningScreengetLineHeight, getNarratedTitle, init, renderMethods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, 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- 
TITLE- Mappings:
- Namespace - Name - Mixin selector - official - c- Leym$a;c:Lsw;- intermediary - field_39723- Lnet/minecraft/class_7538$class_7539;field_39723:Lnet/minecraft/class_2561;- named - TITLE- Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;TITLE:Lnet/minecraft/text/Text;
 
- 
MESSAGE- Mappings:
- Namespace - Name - Mixin selector - official - k- Leym$a;k:Lsw;- intermediary - field_39724- Lnet/minecraft/class_7538$class_7539;field_39724:Lnet/minecraft/class_2561;- named - MESSAGE- Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;MESSAGE:Lnet/minecraft/text/Text;
 
- 
RETURN_BUTTON_TEXT- Mappings:
- Namespace - Name - Mixin selector - official - l- Leym$a;l:Lsw;- intermediary - field_39725- Lnet/minecraft/class_7538$class_7539;field_39725:Lnet/minecraft/class_2561;- named - RETURN_BUTTON_TEXT- Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;RETURN_BUTTON_TEXT:Lnet/minecraft/text/Text;
 
- 
DRAFT_BUTTON_TEXT- Mappings:
- Namespace - Name - Mixin selector - official - m- Leym$a;m:Lsw;- intermediary - field_40794- Lnet/minecraft/class_7538$class_7539;field_40794:Lnet/minecraft/class_2561;- named - DRAFT_BUTTON_TEXT- Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;DRAFT_BUTTON_TEXT:Lnet/minecraft/text/Text;
 
- 
DISCARD_BUTTON_TEXT- Mappings:
- Namespace - Name - Mixin selector - official - n- Leym$a;n:Lsw;- intermediary - field_39726- Lnet/minecraft/class_7538$class_7539;field_39726:Lnet/minecraft/class_2561;- named - DISCARD_BUTTON_TEXT- Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;DISCARD_BUTTON_TEXT:Lnet/minecraft/text/Text;
 
 
- 
- 
Constructor Details- 
DiscardWarningScreenprotected DiscardWarningScreen()
 
- 
- 
Method Details- 
initButtonsprotected void initButtons(int yOffset) - Specified by:
- initButtonsin class- WarningScreen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lexr;a(I)V- intermediary - method_41160- Lnet/minecraft/class_7065;method_41160(I)V- named - initButtons- Lnet/minecraft/client/gui/screen/WarningScreen;initButtons(I)V
 
- 
closepublic void close()
- 
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
 
- 
drawTitle- Overrides:
- drawTitlein class- WarningScreen
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lexr;c(Leox;)V- intermediary - method_44663- Lnet/minecraft/class_7065;method_44663(Lnet/minecraft/class_332;)V- named - drawTitle- Lnet/minecraft/client/gui/screen/WarningScreen;drawTitle(Lnet/minecraft/client/gui/DrawContext;)V
 
 
-