Package net.minecraft.client.realms
Class RealmsConnection
java.lang.Object
net.minecraft.client.realms.RealmsConnection
- Mappings:
- Namespace - Name - official - gak- intermediary - net/minecraft/class_4902- named - net/minecraft/client/realms/RealmsConnection
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) boolean(package private) @Nullable ClientConnection(package private) static final Logger(package private) final Screen
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidabort()voidconnect(RealmsServer server, ServerAddress address) voidtick()
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Lgak;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- Lgak;b:Leuq;- 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;
 
- 
abortedvolatile boolean aborted- Mappings:
- Namespace - Name - Mixin selector - official - c- Lgak;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- Lgak;d:Lsd;- 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>- Lgak;<init>(Leuq;)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- Lgak;a(Lejq;Lfga;)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
 
- 
abortpublic void abort()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lgak;a()V- intermediary - method_25477- Lnet/minecraft/class_4902;method_25477()V- named - abort- Lnet/minecraft/client/realms/RealmsConnection;abort()V
 
- 
tickpublic void tick()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lgak;b()V- intermediary - method_25481- Lnet/minecraft/class_4902;method_25481()V- named - tick- Lnet/minecraft/client/realms/RealmsConnection;tick()V
 
 
-