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/DirectConnectScreen
intermediary net/minecraft/class_420
official fmf
-
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, 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
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
protected void
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, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, 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
-
ENTER_IP_TEXT
- Mappings:
Namespace Name Mixin selector named ENTER_IP_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;ENTER_IP_TEXT:Lnet/minecraft/text/Text;
intermediary field_26540
Lnet/minecraft/class_420;field_26540:Lnet/minecraft/class_2561;
official a
Lfmf;a:Lxp;
-
selectServerButton
- Mappings:
Namespace Name Mixin selector named selectServerButton
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;selectServerButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
intermediary field_2462
Lnet/minecraft/class_420;field_2462:Lnet/minecraft/class_4185;
official b
Lfmf;b:Lfhg;
-
serverEntry
- Mappings:
Namespace Name Mixin selector named serverEntry
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;serverEntry:Lnet/minecraft/client/network/ServerInfo;
intermediary field_2460
Lnet/minecraft/class_420;field_2460:Lnet/minecraft/class_642;
official c
Lfmf;c:Lfyl;
-
addressField
- Mappings:
Namespace Name Mixin selector named addressField
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;addressField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
intermediary field_2463
Lnet/minecraft/class_420;field_2463:Lnet/minecraft/class_342;
official d
Lfmf;d:Lfhp;
-
callback
- Mappings:
Namespace Name Mixin selector named callback
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
intermediary field_19235
Lnet/minecraft/class_420;field_19235:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
official r
Lfmf;r:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
-
parent
- Mappings:
Namespace Name Mixin selector named parent
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
intermediary field_21790
Lnet/minecraft/class_420;field_21790:Lnet/minecraft/class_437;
official s
Lfmf;s:Lfnf;
-
-
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;)V
intermediary <init>
Lnet/minecraft/class_420;<init>(Lnet/minecraft/class_437;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_642;)V
official <init>
Lfmf;<init>(Lfnf;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lfyl;)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 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 named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
official a
Lfjc;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.
This should call
setInitialFocus()
to set the element that is initially focused. -
setInitialFocus
protected void setInitialFocus()- Overrides:
setInitialFocus
in classScreen
- Mappings:
Namespace Name Mixin selector named setInitialFocus
Lnet/minecraft/client/gui/screen/Screen;setInitialFocus()V
intermediary method_56131
Lnet/minecraft/class_437;method_56131()V
official aB_
Lfnf;aB_()V
-
resize
-
saveAndClose
private void saveAndClose()- Mappings:
Namespace Name Mixin selector named saveAndClose
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;saveAndClose()V
intermediary method_2167
Lnet/minecraft/class_420;method_2167()V
official m
Lfmf;m()V
-
close
public void close() -
removed
public void removed() -
onAddressFieldChanged
private void onAddressFieldChanged()- Mappings:
Namespace Name Mixin selector named onAddressFieldChanged
Lnet/minecraft/client/gui/screen/multiplayer/DirectConnectScreen;onAddressFieldChanged()V
intermediary method_2169
Lnet/minecraft/class_420;method_2169()V
official E
Lfmf;E()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-