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 official fnu$aintermediary net/minecraft/class_8768$class_7539named net/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier 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.WarningScreen
checkboxFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, MENU_BACKGROUND_TEXTURE, PANORAMA_OVERLAY_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier 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.WarningScreen
getNarratedTitle, init, initTabNavigationMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
TITLE
- Mappings:
Namespace Name Mixin selector official cLfnu$a;c:Lwi;intermediary field_39723Lnet/minecraft/class_8768$class_7539;field_39723:Lnet/minecraft/class_2561;named TITLELnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;TITLE:Lnet/minecraft/text/Text;
-
MESSAGE
- Mappings:
Namespace Name Mixin selector official dLfnu$a;d:Lwi;intermediary field_39724Lnet/minecraft/class_8768$class_7539;field_39724:Lnet/minecraft/class_2561;named MESSAGELnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;MESSAGE:Lnet/minecraft/text/Text;
-
RETURN_BUTTON_TEXT
- Mappings:
Namespace Name Mixin selector official oLfnu$a;o:Lwi;intermediary field_39725Lnet/minecraft/class_8768$class_7539;field_39725:Lnet/minecraft/class_2561;named RETURN_BUTTON_TEXTLnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;RETURN_BUTTON_TEXT:Lnet/minecraft/text/Text;
-
DRAFT_BUTTON_TEXT
- Mappings:
Namespace Name Mixin selector official pLfnu$a;p:Lwi;intermediary field_40794Lnet/minecraft/class_8768$class_7539;field_40794:Lnet/minecraft/class_2561;named DRAFT_BUTTON_TEXTLnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;DRAFT_BUTTON_TEXT:Lnet/minecraft/text/Text;
-
DISCARD_BUTTON_TEXT
- Mappings:
Namespace Name Mixin selector official qLfnu$a;q:Lwi;intermediary field_39726Lnet/minecraft/class_8768$class_7539;field_39726:Lnet/minecraft/class_2561;named DISCARD_BUTTON_TEXTLnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;DISCARD_BUTTON_TEXT:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
DiscardWarningScreen
protected DiscardWarningScreen()
-
-
Method Details
-
getLayout
- Specified by:
getLayoutin classWarningScreen- Mappings:
Namespace Name Mixin selector official mLfmz;m()Lfhm;intermediary method_57750Lnet/minecraft/class_7065;method_57750()Lnet/minecraft/class_8133;named getLayoutLnet/minecraft/client/gui/screen/WarningScreen;getLayout()Lnet/minecraft/client/gui/widget/LayoutWidget;
-
close
public void close() -
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 aD_Lfjx;aD_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-