Package net.minecraft.client.gui.screen
Class DirectConnectScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DirectConnectScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
- Mappings:
Namespace Name official dynintermediary net/minecraft/class_420named net/minecraft/client/gui/screen/DirectConnectScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TextFieldWidgetprivate BooleanConsumerprivate static Textprivate Screenprivate ButtonWidgetprivate ServerInfoFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
ConstructorsConstructorDescriptionDirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 voidvoidonClose()voidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)voidresize(MinecraftClient client, int width, int height)private voidvoidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, method_35719, method_35720, setZOffsetMethods 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
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
ENTER_IP_TEXT
- Mappings:
Namespace Name Mixin selector official aLdyn;a:Lon;intermediary field_26540Lnet/minecraft/class_420;field_26540:Lnet/minecraft/class_2561;named ENTER_IP_TEXTLnet/minecraft/client/gui/screen/DirectConnectScreen;ENTER_IP_TEXT:Lnet/minecraft/text/Text;
-
selectServerButton
- Mappings:
Namespace Name Mixin selector official bLdyn;b:Ldvx;intermediary field_2462Lnet/minecraft/class_420;field_2462:Lnet/minecraft/class_4185;named selectServerButtonLnet/minecraft/client/gui/screen/DirectConnectScreen;selectServerButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
serverEntry
- Mappings:
Namespace Name Mixin selector official cLdyn;c:Leie;intermediary field_2460Lnet/minecraft/class_420;field_2460:Lnet/minecraft/class_642;named serverEntryLnet/minecraft/client/gui/screen/DirectConnectScreen;serverEntry:Lnet/minecraft/client/network/ServerInfo;
-
addressField
- Mappings:
Namespace Name Mixin selector official pLdyn;p:Ldwf;intermediary field_2463Lnet/minecraft/class_420;field_2463:Lnet/minecraft/class_342;named addressFieldLnet/minecraft/client/gui/screen/DirectConnectScreen;addressField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
callback
- Mappings:
Namespace Name Mixin selector official qLdyn;q:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;intermediary field_19235Lnet/minecraft/class_420;field_19235:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;named callbackLnet/minecraft/client/gui/screen/DirectConnectScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
-
parent
- Mappings:
Namespace Name Mixin selector official rLdyn;r:Ldzh;intermediary field_21790Lnet/minecraft/class_420;field_21790:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/DirectConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
-
Constructor Details
-
DirectConnectScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldyn;<init>(Ldzh;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Leie;)Vintermediary <init>Lnet/minecraft/class_420;<init>(Lnet/minecraft/class_437;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_642;)Vnamed <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()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classScreen- Mappings:
Namespace Name Mixin selector official dLdwq;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-
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:
Keyboard.onKey(long, int, int, int, int),GLFW.GLFW_KEY_Q,GLFWKeyCallbackI.invoke(long, int, int, int, int)- Mappings:
Namespace Name Mixin selector official aLdww;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/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.
-
resize
-
saveAndClose
private void saveAndClose()- Mappings:
Namespace Name Mixin selector official hLdyn;h()Vintermediary method_2167Lnet/minecraft/class_420;method_2167()Vnamed saveAndCloseLnet/minecraft/client/gui/screen/DirectConnectScreen;saveAndClose()V
-
onClose
public void onClose() -
removed
public void removed() -
onAddressFieldChanged
private void onAddressFieldChanged()- Mappings:
Namespace Name Mixin selector official iLdyn;i()Vintermediary method_2169Lnet/minecraft/class_420;method_2169()Vnamed onAddressFieldChangedLnet/minecraft/client/gui/screen/DirectConnectScreen;onAddressFieldChanged()V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdwt;a(Ldpj;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-