Class DirectConnectScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class DirectConnectScreen extends Screen
Mappings:
Namespace Name
official eoe
intermediary net/minecraft/class_420
named net/minecraft/client/gui/screen/DirectConnectScreen
  • Field Details

    • ENTER_IP_TEXT

      private static final Text ENTER_IP_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Leoe;a:Lss;
      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

      private ButtonWidget selectServerButton
      Mappings:
      Namespace Name Mixin selector
      official b Leoe;b:Leky;
      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

      private final ServerInfo serverEntry
      Mappings:
      Namespace Name Mixin selector
      official c Leoe;c:Lezg;
      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

      private TextFieldWidget addressField
      Mappings:
      Namespace Name Mixin selector
      official n Leoe;n:Lelh;
      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

      private final BooleanConsumer callback
      Mappings:
      Namespace Name Mixin selector
      official o Leoe;o: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

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official p Leoe;p:Lepb;
      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

      public DirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leoe;<init>(Lepb;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lezg;)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()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Lepb;d()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/Screen;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 in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class Screen
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      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:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lemg;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.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lepb;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • resize

      public void resize(MinecraftClient client, int width, int height)
      Overrides:
      resize in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lepb;a(Lejf;II)V
      intermediary method_25410 Lnet/minecraft/class_437;method_25410(Lnet/minecraft/class_310;II)V
      named resize Lnet/minecraft/client/gui/screen/Screen;resize(Lnet/minecraft/client/MinecraftClient;II)V
    • saveAndClose

      private void saveAndClose()
      Mappings:
      Namespace Name Mixin selector
      official i Leoe;i()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()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aj_ Lepb;aj_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official g Lepb;g()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • onAddressFieldChanged

      private void onAddressFieldChanged()
      Mappings:
      Namespace Name Mixin selector
      official w Leoe;w()V
      intermediary method_2169 Lnet/minecraft/class_420;method_2169()V
      named onAddressFieldChanged Lnet/minecraft/client/gui/screen/DirectConnectScreen;onAddressFieldChanged()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V