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 named net/minecraft/client/gui/screen/ReconfiguringScreen
intermediary net/minecraft/class_8671
official fqf
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ClientConnection
private ButtonWidget
private static final int
private final DirectionalLayoutWidget
private int
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
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, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, 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, 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
-
field_45508
private static final int field_45508- See Also:
- Mappings:
Namespace Name Mixin selector named field_45508
Lnet/minecraft/client/gui/screen/ReconfiguringScreen;field_45508:I
intermediary field_45508
Lnet/minecraft/class_8671;field_45508:I
official a
Lfqf;a:I
-
connection
- Mappings:
Namespace Name Mixin selector named connection
Lnet/minecraft/client/gui/screen/ReconfiguringScreen;connection:Lnet/minecraft/network/ClientConnection;
intermediary field_45509
Lnet/minecraft/class_8671;field_45509:Lnet/minecraft/class_2535;
official b
Lfqf;b:Lwk;
-
disconnectButton
- Mappings:
Namespace Name Mixin selector named disconnectButton
Lnet/minecraft/client/gui/screen/ReconfiguringScreen;disconnectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
intermediary field_45510
Lnet/minecraft/class_8671;field_45510:Lnet/minecraft/class_4185;
official c
Lfqf;c:Lfhg;
-
tick
private int tick- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/client/gui/screen/ReconfiguringScreen;tick:I
intermediary field_45511
Lnet/minecraft/class_8671;field_45511:I
official d
Lfqf;d:I
-
layout
- Mappings:
Namespace Name Mixin selector named layout
Lnet/minecraft/client/gui/screen/ReconfiguringScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
intermediary field_45512
Lnet/minecraft/class_8671;field_45512:Lnet/minecraft/class_8667;
official r
Lfqf;r:Lfkx;
-
-
Constructor Details
-
ReconfiguringScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ReconfiguringScreen;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/network/ClientConnection;)V
intermediary <init>
Lnet/minecraft/class_8671;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2535;)V
official <init>
Lfqf;<init>(Lxp;Lwk;)V
-
-
Method Details
-
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
-
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()
to set the element that is initially focused. -
tick
public void tick()
-