Class WaitingForResponseScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.dialog.WaitingForResponseScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/WaitingForResponseScreenintermediary net/minecraft/class_11530official gnh
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ButtonWidgetprivate static final Text[]private intprivate final ThreePartsLayoutWidgetprivate static final intprivate static final intprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, deferSubtitles, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, showsStatusEffects, switchFocus, updateNarratorMethods 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
getBorder, isClickable, 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 named TITLELnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;TITLE:Lnet/minecraft/text/Text;intermediary field_61010Lnet/minecraft/class_11530;field_61010:Lnet/minecraft/class_2561;official aLgnh;a:Lxx;
-
BUTTON_TEXTS
- Mappings:
Namespace Name Mixin selector named BUTTON_TEXTSLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;BUTTON_TEXTS:[Lnet/minecraft/text/Text;intermediary field_61011Lnet/minecraft/class_11530;field_61011:[Lnet/minecraft/class_2561;official bLgnh;b:[Lxx;
-
SECONDS_BEFORE_BACK_BUTTON_APPEARS
private static final int SECONDS_BEFORE_BACK_BUTTON_APPEARS- See Also:
- Mappings:
Namespace Name Mixin selector named SECONDS_BEFORE_BACK_BUTTON_APPEARSLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;SECONDS_BEFORE_BACK_BUTTON_APPEARS:Iintermediary field_61012Lnet/minecraft/class_11530;field_61012:Iofficial cLgnh;c:I
-
SECONDS_BEFORE_BACK_BUTTON_ACTIVATES
private static final int SECONDS_BEFORE_BACK_BUTTON_ACTIVATES- See Also:
- Mappings:
Namespace Name Mixin selector named SECONDS_BEFORE_BACK_BUTTON_ACTIVATESLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;SECONDS_BEFORE_BACK_BUTTON_ACTIVATES:Iintermediary field_61013Lnet/minecraft/class_11530;field_61013:Iofficial dLgnh;d:I
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_61014Lnet/minecraft/class_11530;field_61014:Lnet/minecraft/class_437;official eLgnh;e:Lgmj;
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_61015Lnet/minecraft/class_11530;field_61015:Lnet/minecraft/class_8132;official fLgnh;f:Lgjc;
-
backButton
- Mappings:
Namespace Name Mixin selector named backButtonLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;backButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_61016Lnet/minecraft/class_11530;field_61016:Lnet/minecraft/class_4185;official tLgnh;t:Lgdp;
-
inactiveTicks
private int inactiveTicks- Mappings:
Namespace Name Mixin selector named inactiveTicksLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;inactiveTicks:Iintermediary field_61017Lnet/minecraft/class_11530;field_61017:Iofficial uLgnh;u:I
-
-
Constructor Details
-
WaitingForResponseScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)Vintermediary <init>Lnet/minecraft/class_11530;<init>(Lnet/minecraft/class_437;)Vofficial <init>Lgnh;<init>(Lgmj;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
refreshWidgetPositions
protected void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLgmj;c()V
-
tick
public void tick() -
shouldPause
public boolean shouldPause()- Overrides:
shouldPausein classScreen- Mappings:
Namespace Name Mixin selector named shouldPauseLnet/minecraft/client/gui/screen/Screen;shouldPause()Zintermediary method_25421Lnet/minecraft/class_437;method_25421()Zofficial ba_Lgmj;ba_()Z
-
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 named shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Zofficial aY_Lgmj;aY_()Z
-
close
public void close() -
getParentScreen
- Mappings:
Namespace Name Mixin selector named getParentScreenLnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;getParentScreen()Lnet/minecraft/client/gui/screen/Screen;intermediary method_72145Lnet/minecraft/class_11530;method_72145()Lnet/minecraft/class_437;official oLgnh;o()Lgmj;
-