Package net.minecraft.client.gui.screen
Class ReconfiguringScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ReconfiguringScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name official fauintermediary net/minecraft/class_8671named net/minecraft/client/gui/screen/ReconfiguringScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClientConnectionprivate ButtonWidgetprivate static final intprivate final DirectionalLayoutWidgetprivate intFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields 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
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, 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, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
field_45508
private static final int field_45508- See Also:
- Mappings:
Namespace Name Mixin selector official aLfau;a:Iintermediary field_45508Lnet/minecraft/class_8671;field_45508:Inamed field_45508Lnet/minecraft/client/gui/screen/ReconfiguringScreen;field_45508:I
-
connection
- Mappings:
Namespace Name Mixin selector official bLfau;b:Lsf;intermediary field_45509Lnet/minecraft/class_8671;field_45509:Lnet/minecraft/class_2535;named connectionLnet/minecraft/client/gui/screen/ReconfiguringScreen;connection:Lnet/minecraft/network/ClientConnection;
-
disconnectButton
- Mappings:
Namespace Name Mixin selector official cLfau;c:Lesi;intermediary field_45510Lnet/minecraft/class_8671;field_45510:Lnet/minecraft/class_4185;named disconnectButtonLnet/minecraft/client/gui/screen/ReconfiguringScreen;disconnectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
tick
private int tick- Mappings:
Namespace Name Mixin selector official kLfau;k:Iintermediary field_45511Lnet/minecraft/class_8671;field_45511:Inamed tickLnet/minecraft/client/gui/screen/ReconfiguringScreen;tick:I
-
layout
- Mappings:
Namespace Name Mixin selector official lLfau;l:Levo;intermediary field_45512Lnet/minecraft/class_8671;field_45512:Lnet/minecraft/class_8667;named layoutLnet/minecraft/client/gui/screen/ReconfiguringScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
-
-
Constructor Details
-
ReconfiguringScreen
- Mappings:
Namespace Name Mixin selector official <init>Lfau;<init>(Lte;Lsf;)Vintermediary <init>Lnet/minecraft/class_8671;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2535;)Vnamed <init>Lnet/minecraft/client/gui/screen/ReconfiguringScreen;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/network/ClientConnection;)V
-
-
Method Details
-
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 aA_Lexv;aA_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused. -
tick
public void tick()
-