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/ReconfiguringScreenintermediary net/minecraft/class_8671official ggp
-
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, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.static voidmethod_70283(ClientConnection clientConnection) protected voidbooleanChecks whether this screen should be closed when the escape key is pressed.voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, 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, setTooltip, setTooltip, setTooltip, setTooltip, shouldHideStatusEffectHud, shouldPause, 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, 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
-
field_45508
private static final int field_45508- See Also:
- Mappings:
Namespace Name Mixin selector named field_45508Lnet/minecraft/client/gui/screen/ReconfiguringScreen;field_45508:Iintermediary field_45508Lnet/minecraft/class_8671;field_45508:Iofficial aLggp;a:I
-
connection
- Mappings:
Namespace Name Mixin selector named connectionLnet/minecraft/client/gui/screen/ReconfiguringScreen;connection:Lnet/minecraft/network/ClientConnection;intermediary field_45509Lnet/minecraft/class_8671;field_45509:Lnet/minecraft/class_2535;official bLggp;b:Lvx;
-
disconnectButton
- Mappings:
Namespace Name Mixin selector named disconnectButtonLnet/minecraft/client/gui/screen/ReconfiguringScreen;disconnectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_45510Lnet/minecraft/class_8671;field_45510:Lnet/minecraft/class_4185;official cLggp;c:Lfxy;
-
tick
private int tick- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/client/gui/screen/ReconfiguringScreen;tick:Iintermediary field_45511Lnet/minecraft/class_8671;field_45511:Iofficial dLggp;d:I
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/ReconfiguringScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;intermediary field_45512Lnet/minecraft/class_8671;field_45512:Lnet/minecraft/class_8667;official sLggp;s:Lgbr;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_8671;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2535;)Vofficial <init>Lggp;<init>(Lxi;Lvx;)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 named shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Zofficial aI_Lgdr;aI_()Z
-
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 cLgdr;c()V
-
tick
public void tick() -
method_70283
- Mappings:
Namespace Name Mixin selector named method_70283Lnet/minecraft/client/gui/screen/ReconfiguringScreen;method_70283(Lnet/minecraft/network/ClientConnection;)Vintermediary method_70283Lnet/minecraft/class_8671;method_70283(Lnet/minecraft/class_2535;)Vofficial aLggp;a(Lvx;)V
-