Package net.minecraft.client.realms
Class RealmsConnection
java.lang.Object
net.minecraft.client.realms.RealmsConnection
- Mappings:
Namespace Name official fyq
intermediary net/minecraft/class_4902
named net/minecraft/client/realms/RealmsConnection
-
Field Summary
Modifier and TypeFieldDescription(package private) boolean
(package private) @Nullable ClientConnection
(package private) static final Logger
(package private) final Screen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abort()
void
connect
(RealmsServer server, ServerAddress address) void
tick()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lfyq;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
- Mappings:
Namespace Name Mixin selector official b
Lfyq;b:Letd;
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
Lfyq;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
Lfyq;d:Lsq;
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>
Lfyq;<init>(Letd;)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
Lfyq;a(Leik;Lfen;)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
Lfyq;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
Lfyq;b()V
intermediary method_25481
Lnet/minecraft/class_4902;method_25481()V
named tick
Lnet/minecraft/client/realms/RealmsConnection;tick()V
-