Package net.minecraft.client.gui.screen
Class DirectConnectScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DirectConnectScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Mappings:
- Namespace - Name - official - ets- intermediary - net/minecraft/class_420- named - net/minecraft/client/gui/screen/DirectConnectScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate TextFieldWidgetprivate final BooleanConsumerprivate static final Textprivate final Screenprivate ButtonWidgetprivate final ServerInfoFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionDirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server) 
- 
Method SummaryModifier 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 delta) voidresize(MinecraftClient client, int width, int height) private voidvoidtick()Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
ENTER_IP_TEXT- Mappings:
- Namespace - Name - Mixin selector - official - a- Lets;a:Lsw;- intermediary - field_26540- Lnet/minecraft/class_420;field_26540:Lnet/minecraft/class_2561;- named - ENTER_IP_TEXT- Lnet/minecraft/client/gui/screen/DirectConnectScreen;ENTER_IP_TEXT:Lnet/minecraft/text/Text;
 
- 
selectServerButton- Mappings:
- Namespace - Name - Mixin selector - official - b- Lets;b:Lepi;- intermediary - field_2462- Lnet/minecraft/class_420;field_2462:Lnet/minecraft/class_4185;- named - selectServerButton- Lnet/minecraft/client/gui/screen/DirectConnectScreen;selectServerButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
 
- 
serverEntry- Mappings:
- Namespace - Name - Mixin selector - official - c- Lets;c:Lffd;- intermediary - field_2460- Lnet/minecraft/class_420;field_2460:Lnet/minecraft/class_642;- named - serverEntry- Lnet/minecraft/client/gui/screen/DirectConnectScreen;serverEntry:Lnet/minecraft/client/network/ServerInfo;
 
- 
addressField- Mappings:
- Namespace - Name - Mixin selector - official - k- Lets;k:Lepr;- intermediary - field_2463- Lnet/minecraft/class_420;field_2463:Lnet/minecraft/class_342;- named - addressField- Lnet/minecraft/client/gui/screen/DirectConnectScreen;addressField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
 
- 
callback- Mappings:
- Namespace - Name - Mixin selector - official - l- Lets;l:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;- intermediary - field_19235- Lnet/minecraft/class_420;field_19235:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;- named - callback- Lnet/minecraft/client/gui/screen/DirectConnectScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
 
- 
parent- Mappings:
- Namespace - Name - Mixin selector - official - m- Lets;m:Leuq;- intermediary - field_21790- Lnet/minecraft/class_420;field_21790:Lnet/minecraft/class_437;- named - parent- Lnet/minecraft/client/gui/screen/DirectConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
 
 
- 
- 
Constructor Details- 
DirectConnectScreen- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lets;<init>(Leuq;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lffd;)V- intermediary - <init>- Lnet/minecraft/class_420;<init>(Lnet/minecraft/class_437;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_642;)V- named - <init>- Lnet/minecraft/client/gui/screen/DirectConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/client/network/ServerInfo;)V
 
 
- 
- 
Method Details- 
tickpublic void tick()
- 
keyPressedpublic 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 interface- Element
- Specified by:
- keyPressedin interface- ParentElement
- Overrides:
- keyPressedin class- Screen
- Parameters:
- keyCode- the named key code of the event as described in the- GLFWclass
- scanCode- the unique/platform-specific scan code of the keyboard input
- modifiers- 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 - official - a- Leqt;a(III)Z- intermediary - method_25404- Lnet/minecraft/class_364;method_25404(III)Z- named - keyPressed- Lnet/minecraft/client/gui/Element;keyPressed(III)Z
 
- 
initprotected 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.
- 
resize
- 
saveAndCloseprivate void saveAndClose()- Mappings:
- Namespace - Name - Mixin selector - official - l- Lets;l()V- intermediary - method_2167- Lnet/minecraft/class_420;method_2167()V- named - saveAndClose- Lnet/minecraft/client/gui/screen/DirectConnectScreen;saveAndClose()V
 
- 
closepublic void close()
- 
removedpublic void removed()
- 
onAddressFieldChangedprivate void onAddressFieldChanged()- Mappings:
- Namespace - Name - Mixin selector - official - B- Lets;B()V- intermediary - method_2169- Lnet/minecraft/class_420;method_2169()V- named - onAddressFieldChanged- Lnet/minecraft/client/gui/screen/DirectConnectScreen;onAddressFieldChanged()V
 
- 
render- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqh;a(Leox;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
 
 
-