Class RealmsConnection

java.lang.Object
net.minecraft.client.realms.RealmsConnection

@Environment(CLIENT) public class RealmsConnection extends Object
Mappings:
Namespace Name
official fty
intermediary net/minecraft/class_4902
named net/minecraft/client/realms/RealmsConnection
  • Field Details

    • LOGGER

      static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lfty;a:Lorg/slf4j/Logger;
      intermediary field_22814 Lnet/minecraft/class_4902;field_22814:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/realms/RealmsConnection;LOGGER:Lorg/slf4j/Logger;
    • onlineScreen

      final Screen onlineScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lfty;b:Lepb;
      intermediary field_22815 Lnet/minecraft/class_4902;field_22815:Lnet/minecraft/class_437;
      named onlineScreen Lnet/minecraft/client/realms/RealmsConnection;onlineScreen:Lnet/minecraft/client/gui/screen/Screen;
    • aborted

      volatile boolean aborted
      Mappings:
      Namespace Name Mixin selector
      official c Lfty;c:Z
      intermediary field_22816 Lnet/minecraft/class_4902;field_22816:Z
      named aborted Lnet/minecraft/client/realms/RealmsConnection;aborted:Z
    • connection

      Mappings:
      Namespace Name Mixin selector
      official d Lfty;d:Lsb;
      intermediary field_22817 Lnet/minecraft/class_4902;field_22817:Lnet/minecraft/class_2535;
      named connection Lnet/minecraft/client/realms/RealmsConnection;connection:Lnet/minecraft/network/ClientConnection;
  • Constructor Details

    • RealmsConnection

      public RealmsConnection(Screen onlineScreen)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfty;<init>(Lepb;)V
      intermediary <init> Lnet/minecraft/class_4902;<init>(Lnet/minecraft/class_437;)V
      named <init> Lnet/minecraft/client/realms/RealmsConnection;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
  • Method Details

    • connect

      public void connect(RealmsServer server, ServerAddress address)
      Mappings:
      Namespace Name Mixin selector
      official a Lfty;a(Lefi;Lfac;)V
      intermediary method_25480 Lnet/minecraft/class_4902;method_25480(Lnet/minecraft/class_4877;Lnet/minecraft/class_639;)V
      named connect Lnet/minecraft/client/realms/RealmsConnection;connect(Lnet/minecraft/client/realms/dto/RealmsServer;Lnet/minecraft/client/network/ServerAddress;)V
    • abort

      public void abort()
      Mappings:
      Namespace Name Mixin selector
      official a Lfty;a()V
      intermediary method_25477 Lnet/minecraft/class_4902;method_25477()V
      named abort Lnet/minecraft/client/realms/RealmsConnection;abort()V
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      official b Lfty;b()V
      intermediary method_25481 Lnet/minecraft/class_4902;method_25481()V
      named tick Lnet/minecraft/client/realms/RealmsConnection;tick()V