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 Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate TextFieldWidget
private final BooleanConsumer
private static final Text
private final Screen
private ButtonWidget
private final ServerInfo
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionDirectConnectScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
init()
Called when a screen should be initialized.boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private void
void
removed()
void
render
(DrawContext context, int mouseX, int mouseY, float delta) void
resize
(MinecraftClient client, int width, int height) private void
void
tick()
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, 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, 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, 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
-
tick
public void tick() -
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 inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- 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:
true
to 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
-
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. -
resize
-
saveAndClose
private 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
-
close
public void close() -
removed
public void removed() -
onAddressFieldChanged
private 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:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- 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
-