Class DirectConnectScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.multiplayer.DirectConnectScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/multiplayer/DirectConnectScreenintermediary net/minecraft/class_420official fyw
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TextFieldWidgetprivate final BooleanConsumerprivate static final Textprivate final Screenprivate ButtonWidgetprivate final ServerInfoFields 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
ConstructorsConstructorDescriptionDirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private voidvoidremoved()voidrender(DrawContext context, int mouseX, int mouseY, float deltaTicks) voidresize(MinecraftClient client, int width, int height) private voidprotected voidThis should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.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, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, 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
-
ENTER_IP_TEXT
- Mappings:
Namespace Name Mixin selector named ENTER_IP_TEXTLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;ENTER_IP_TEXT:Lnet/minecraft/text/Text;intermediary field_26540Lnet/minecraft/class_420;field_26540:Lnet/minecraft/class_2561;official aLfyw;a:Lxg;
-
selectServerButton
- Mappings:
Namespace Name Mixin selector named selectServerButtonLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;selectServerButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_2462Lnet/minecraft/class_420;field_2462:Lnet/minecraft/class_4185;official bLfyw;b:Lfty;
-
serverEntry
- Mappings:
Namespace Name Mixin selector named serverEntryLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;serverEntry:Lnet/minecraft/client/network/ServerInfo;intermediary field_2460Lnet/minecraft/class_420;field_2460:Lnet/minecraft/class_642;official cLfyw;c:Lgmd;
-
addressField
- Mappings:
Namespace Name Mixin selector named addressFieldLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;addressField:Lnet/minecraft/client/gui/widget/TextFieldWidget;intermediary field_2463Lnet/minecraft/class_420;field_2463:Lnet/minecraft/class_342;official dLfyw;d:Lfuh;
-
callback
- Mappings:
Namespace Name Mixin selector named callbackLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;intermediary field_19235Lnet/minecraft/class_420;field_19235:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;official sLfyw;s:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_21790Lnet/minecraft/class_420;field_21790:Lnet/minecraft/class_437;official uLfyw;u:Lfzq;
-
-
Constructor Details
-
DirectConnectScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/client/network/ServerInfo;)Vintermediary <init>Lnet/minecraft/class_420;<init>(Lnet/minecraft/class_437;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_642;)Vofficial <init>Lfyw;<init>(Lfzq;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lgmd;)V
-
-
Method Details
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Zofficial aLfvv;a(III)Z
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
setInitialFocus
protected void setInitialFocus()This should be overridden with a call toScreen.setInitialFocus(Element)to set the element that is initially focused.- Overrides:
setInitialFocusin classScreen- Mappings:
Namespace Name Mixin selector named setInitialFocusLnet/minecraft/client/gui/screen/Screen;setInitialFocus()Vintermediary method_56131Lnet/minecraft/class_437;method_56131()Vofficial aC_Lfzq;aC_()V
-
resize
-
saveAndClose
private void saveAndClose()- Mappings:
Namespace Name Mixin selector named saveAndCloseLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;saveAndClose()Vintermediary method_2167Lnet/minecraft/class_420;method_2167()Vofficial mLfyw;m()V
-
close
public void close() -
removed
public void removed() -
onAddressFieldChanged
private void onAddressFieldChanged()- Mappings:
Namespace Name Mixin selector named onAddressFieldChangedLnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;onAddressFieldChanged()Vintermediary method_2169Lnet/minecraft/class_420;method_2169()Vofficial ELfyw;E()V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLfvb;a(Lftk;IIF)V
-