Package net.minecraft.client.realms
Class RealmsConnection
java.lang.Object
net.minecraft.client.realms.RealmsConnection
@Environment(CLIENT) public class RealmsConnection extends Object
- Mappings:
Namespace Name official ewe
intermediary net/minecraft/class_4902
named net/minecraft/client/realms/RealmsConnection
-
Field Summary
Fields Modifier and Type Field Description private boolean
aborted
private ClientConnection
connection
private static Logger
LOGGER
private Screen
onlineScreen
-
Constructor Summary
Constructors Constructor Description RealmsConnection(Screen onlineScreen)
-
Method Summary
Modifier and Type Method Description void
abort()
void
connect(RealmsServer realmsServer, String string, int int2)
void
tick()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lewe;a:Lorg/apache/logging/log4j/Logger;
intermediary field_22814
Lnet/minecraft/class_4902;field_22814:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/RealmsConnection;LOGGER:Lorg/apache/logging/log4j/Logger;
-
onlineScreen
- Mappings:
Namespace Name Mixin selector official b
Lewe;b:Ldve;
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
private volatile boolean aborted- Mappings:
Namespace Name Mixin selector official c
Lewe;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
Lewe;d:Lnu;
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
- Mappings:
Namespace Name Mixin selector official <init>
Lewe;<init>(Ldve;)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
- Mappings:
Namespace Name Mixin selector official a
Lewe;a(Ldmv;Ljava/lang/String;I)V
intermediary method_25480
Lnet/minecraft/class_4902;method_25480(Lnet/minecraft/class_4877;Ljava/lang/String;I)V
named connect
Lnet/minecraft/client/realms/RealmsConnection;connect(Lnet/minecraft/client/realms/dto/RealmsServer;Ljava/lang/String;I)V
-
abort
public void abort()- Mappings:
Namespace Name Mixin selector official a
Lewe;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
Lewe;b()V
intermediary method_25481
Lnet/minecraft/class_4902;method_25481()V
named tick
Lnet/minecraft/client/realms/RealmsConnection;tick()V
-