Class ReportScreen.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.ReportScreen.DiscardWarningScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Enclosing class:
- ReportScreen<B extends AbuseReport.Builder<?>>
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen- intermediary - net/minecraft/class_8768$class_7539- official - fys$a
- 
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, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()protected LayoutWidgetbooleanChecks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.WarningScreengetNarratedTitle, init, refreshWidgetPositionsMethods inherited from class net.minecraft.client.gui.screen.ScreenaddCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods 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.ElementgetBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
TITLE- Mappings:
- Namespace - Name - Mixin selector - named - TITLE- Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;TITLE:Lnet/minecraft/text/Text;- intermediary - field_39723- Lnet/minecraft/class_8768$class_7539;field_39723:Lnet/minecraft/class_2561;- official - c- Lfys$a;c:Lwp;
 
- 
MESSAGE- Mappings:
- Namespace - Name - Mixin selector - named - MESSAGE- Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;MESSAGE:Lnet/minecraft/text/Text;- intermediary - field_39724- Lnet/minecraft/class_8768$class_7539;field_39724:Lnet/minecraft/class_2561;- official - d- Lfys$a;d:Lwp;
 
- 
RETURN_BUTTON_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - RETURN_BUTTON_TEXT- Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;RETURN_BUTTON_TEXT:Lnet/minecraft/text/Text;- intermediary - field_39725- Lnet/minecraft/class_8768$class_7539;field_39725:Lnet/minecraft/class_2561;- official - s- Lfys$a;s:Lwp;
 
- 
DRAFT_BUTTON_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - DRAFT_BUTTON_TEXT- Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;DRAFT_BUTTON_TEXT:Lnet/minecraft/text/Text;- intermediary - field_40794- Lnet/minecraft/class_8768$class_7539;field_40794:Lnet/minecraft/class_2561;- official - u- Lfys$a;u:Lwp;
 
- 
DISCARD_BUTTON_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - DISCARD_BUTTON_TEXT- Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;DISCARD_BUTTON_TEXT:Lnet/minecraft/text/Text;- intermediary - field_39726- Lnet/minecraft/class_8768$class_7539;field_39726:Lnet/minecraft/class_2561;- official - v- Lfys$a;v:Lwp;
 
 
- 
- 
Constructor Details- 
DiscardWarningScreenprotected DiscardWarningScreen()
 
- 
- 
Method Details- 
getLayout- Specified by:
- getLayoutin class- WarningScreen
- Mappings:
- Namespace - Name - Mixin selector - named - getLayout- Lnet/minecraft/client/gui/screen/WarningScreen;getLayout()Lnet/minecraft/client/gui/widget/LayoutWidget;- intermediary - method_57750- Lnet/minecraft/class_7065;method_57750()Lnet/minecraft/class_8133;- official - m- Lfxh;m()Lfsj;
 
- 
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 - named - shouldCloseOnEsc- Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z- intermediary - method_25422- Lnet/minecraft/class_437;method_25422()Z- official - aG_- Lfum;aG_()Z
 
 
-