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 frc$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Text
private static final Text
private static final Text
private static final Text
private static final Text
Fields inherited from class net.minecraft.client.gui.screen.WarningScreen
checkbox
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected LayoutWidget
boolean
Checks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.WarningScreen
getNarratedTitle, init, initTabNavigation
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, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, 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, 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
-
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
Lfrc$a;c:Lxp;
-
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
Lfrc$a;d:Lxp;
-
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 r
Lfrc$a;r:Lxp;
-
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 s
Lfrc$a;s:Lxp;
-
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 u
Lfrc$a;u:Lxp;
-
-
Constructor Details
-
DiscardWarningScreen
protected DiscardWarningScreen()
-
-
Method Details
-
getLayout
- Specified by:
getLayout
in classWarningScreen
- 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
Lfqh;m()Lfku;
-
close
public void close() -
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
-