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

16 lines
621 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS vw net/minecraft/server/network/ServerLoginNetworkHandler
2019-03-14 15:41:19 -04:00
CLASS vw$a State
2019-03-14 08:57:09 -04:00
FIELD a client Liz;
2019-02-16 15:50:10 -05:00
FIELD b authenticatorThreadId Ljava/util/concurrent/atomic/AtomicInteger;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d RANDOM Ljava/util/Random;
FIELD f server Lnet/minecraft/server/MinecraftServer;
2019-03-14 08:57:09 -04:00
FIELD g state Lvw$a;
2018-12-14 13:18:38 -05:00
FIELD h loginTicks I
FIELD i profile Lcom/mojang/authlib/GameProfile;
2019-02-16 15:50:10 -05:00
FIELD k secretKey Ljavax/crypto/SecretKey;
2019-03-14 08:57:09 -04:00
FIELD l clientEntity Lvd;
METHOD a toOfflineProfile (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
2019-03-14 08:57:09 -04:00
METHOD b disconnect (Ljl;)V
ARG 1 reason