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/WaitingForResponseScreen
intermediary net/minecraft/class_11530
official gfp
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ButtonWidget
private static final Text[]
private int
private final ThreePartsLayoutWidget
private static final int
private static final int
private static final Text
Fields 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
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, 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, setWidgetAlpha, showsStatusEffects, switchFocus, updateNarrator
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
getBorder, 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/dialog/WaitingForResponseScreen;TITLE:Lnet/minecraft/text/Text;
intermediary field_61010
Lnet/minecraft/class_11530;field_61010:Lnet/minecraft/class_2561;
official a
Lgfp;a:Lxo;
-
BUTTON_TEXTS
- Mappings:
Namespace Name Mixin selector named BUTTON_TEXTS
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;BUTTON_TEXTS:[Lnet/minecraft/text/Text;
intermediary field_61011
Lnet/minecraft/class_11530;field_61011:[Lnet/minecraft/class_2561;
official b
Lgfp;b:[Lxo;
-
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_APPEARS
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;SECONDS_BEFORE_BACK_BUTTON_APPEARS:I
intermediary field_61012
Lnet/minecraft/class_11530;field_61012:I
official c
Lgfp;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_ACTIVATES
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;SECONDS_BEFORE_BACK_BUTTON_ACTIVATES:I
intermediary field_61013
Lnet/minecraft/class_11530;field_61013:I
official d
Lgfp;d:I
-
parent
- Mappings:
Namespace Name Mixin selector named parent
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
intermediary field_61014
Lnet/minecraft/class_11530;field_61014:Lnet/minecraft/class_437;
official e
Lgfp;e:Lges;
-
layout
- Mappings:
Namespace Name Mixin selector named layout
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
intermediary field_61015
Lnet/minecraft/class_11530;field_61015:Lnet/minecraft/class_8132;
official f
Lgfp;f:Lgbj;
-
backButton
- Mappings:
Namespace Name Mixin selector named backButton
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;backButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
intermediary field_61016
Lnet/minecraft/class_11530;field_61016:Lnet/minecraft/class_4185;
official u
Lgfp;u:Lfxn;
-
inactiveTicks
private int inactiveTicks- Mappings:
Namespace Name Mixin selector named inactiveTicks
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;inactiveTicks:I
intermediary field_61017
Lnet/minecraft/class_11530;field_61017:I
official v
Lgfp;v: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;)V
intermediary <init>
Lnet/minecraft/class_11530;<init>(Lnet/minecraft/class_437;)V
official <init>
Lgfp;<init>(Lges;)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:
refreshWidgetPositions
in classScreen
- Mappings:
Namespace Name Mixin selector named refreshWidgetPositions
Lnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()V
intermediary method_48640
Lnet/minecraft/class_437;method_48640()V
official c
Lges;c()V
-
tick
public void tick() -
shouldPause
public boolean shouldPause()- Overrides:
shouldPause
in classScreen
- Mappings:
Namespace Name Mixin selector named shouldPause
Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z
intermediary method_25421
Lnet/minecraft/class_437;method_25421()Z
official aQ_
Lges;aQ_()Z
-
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 aG_
Lges;aG_()Z
-
close
public void close() -
getParentScreen
- Mappings:
Namespace Name Mixin selector named getParentScreen
Lnet/minecraft/client/gui/screen/dialog/WaitingForResponseScreen;getParentScreen()Lnet/minecraft/client/gui/screen/Screen;
intermediary method_72145
Lnet/minecraft/class_11530;method_72145()Lnet/minecraft/class_437;
official l
Lgfp;l()Lges;
-