yarn/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.m...

18 lines
607 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS vi net/minecraft/server/network/ServerLoginNetworkHandler
CLASS vi$a State
FIELD a client Lir;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d RANDOM Ljava/util/Random;
FIELD f server Lnet/minecraft/server/MinecraftServer;
2018-12-14 13:18:38 -05:00
FIELD g state Lvi$a;
FIELD h loginTicks I
FIELD i profile Lcom/mojang/authlib/GameProfile;
2018-12-12 12:12:26 -05:00
FIELD l clientEntity Lus;
METHOD a toOfflineProfile (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
2018-12-12 12:12:26 -05:00
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
2018-12-14 13:18:38 -05:00
METHOD a onHello (Lpf;)V
2018-12-12 12:12:26 -05:00
METHOD b disconnect (Ljd;)V
ARG 1 reason
2018-12-12 12:12:26 -05:00
METHOD e tick ()V