Class ConnectScreen

All Implemented Interfaces:
class_4122, class_4123, IdentifibleBooleanConsumer

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

    • CONNECTOR_THREADS_COUNT

      private static final AtomicInteger CONNECTOR_THREADS_COUNT
      Mappings:
      Namespace Name Mixin selector
      official a Lcjk;a:Ljava/util/concurrent/atomic/AtomicInteger;
      intermediary field_7754 Lnet/minecraft/class_472;field_7754:Ljava/util/concurrent/atomic/AtomicInteger;
      named CONNECTOR_THREADS_COUNT Lnet/minecraft/client/gui/screen/ConnectScreen;CONNECTOR_THREADS_COUNT:Ljava/util/concurrent/atomic/AtomicInteger;
    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official f Lcjk;f:Lorg/apache/logging/log4j/Logger;
      intermediary field_7755 Lnet/minecraft/class_472;field_7755:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/ConnectScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
    • connection

      private ClientConnection connection
      Mappings:
      Namespace Name Mixin selector
      official g Lcjk;g:Lhw;
      intermediary field_1631 Lnet/minecraft/class_472;field_1631:Lnet/minecraft/class_1957;
      named connection Lnet/minecraft/client/gui/screen/ConnectScreen;connection:Lnet/minecraft/network/ClientConnection;
    • connectingCancelled

      private boolean connectingCancelled
      Mappings:
      Namespace Name Mixin selector
      official h Lcjk;h:Z
      intermediary field_1632 Lnet/minecraft/class_472;field_1632:Z
      named connectingCancelled Lnet/minecraft/client/gui/screen/ConnectScreen;connectingCancelled:Z
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official i Lcjk;i:Lckd;
      intermediary field_5932 Lnet/minecraft/class_472;field_5932:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/ConnectScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • field_20238

      private Text field_20238
      Mappings:
      Namespace Name Mixin selector
      official s Lcjk;s:Lij;
      intermediary field_20238 Lnet/minecraft/class_472;field_20238:Lnet/minecraft/class_1982;
      named field_20238 Lnet/minecraft/client/gui/screen/ConnectScreen;field_20238:Lnet/minecraft/text/Text;
  • Constructor Details

    • ConnectScreen

      public ConnectScreen(Screen parent, MinecraftClient client, ServerInfo serverInfo)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcjk;<init>(Lckd;Lcft;Lcrj;)V
      intermediary <init> Lnet/minecraft/class_472;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_1600;Lnet/minecraft/class_485;)V
      named <init> Lnet/minecraft/client/gui/screen/ConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/network/ServerInfo;)V
    • ConnectScreen

      public ConnectScreen(Screen parent, MinecraftClient client, String address, int port)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcjk;<init>(Lckd;Lcft;Ljava/lang/String;I)V
      intermediary <init> Lnet/minecraft/class_472;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_1600;Ljava/lang/String;I)V
      named <init> Lnet/minecraft/client/gui/screen/ConnectScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;I)V
  • Method Details

    • connect

      private void connect(String address, int port)
      Mappings:
      Namespace Name Mixin selector
      official a Lcjk;a(Ljava/lang/String;I)V
      intermediary method_6742 Lnet/minecraft/class_472;method_6742(Ljava/lang/String;I)V
      named connect Lnet/minecraft/client/gui/screen/ConnectScreen;connect(Ljava/lang/String;I)V
    • method_18556

      private void method_18556(Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Lcjk;a(Lij;)V
      intermediary method_18556 Lnet/minecraft/class_472;method_18556(Lnet/minecraft/class_1982;)V
      named method_18556 Lnet/minecraft/client/gui/screen/ConnectScreen;method_18556(Lnet/minecraft/text/Text;)V
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official f Lckd;f()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • method_18607

      public boolean method_18607()
      Overrides:
      method_18607 in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ah_ Lckd;ah_()Z
      intermediary method_18607 Lnet/minecraft/class_388;method_18607()Z
      named method_18607 Lnet/minecraft/client/gui/screen/Screen;method_18607()Z
    • init

      protected void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Lckd;c()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lckd;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V