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 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, height, OPTIONS_BACKGROUND_TEXTURE, 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 void
drawTitle
(DrawContext context) protected void
initButtons
(int yOffset) boolean
Checks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.WarningScreen
getLineHeight, getNarratedTitle, init, render
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, 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, 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, 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
-
DiscardWarningScreen
protected DiscardWarningScreen()
-
-
Method Details
-
initButtons
protected void initButtons(int yOffset) - Specified by:
initButtons
in classWarningScreen
- 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
-
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 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:
drawTitle
in classWarningScreen
- 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
-