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

17 lines
639 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS vz net/minecraft/server/network/ServerLoginNetworkHandler
CLASS vz$a State
2019-03-20 13:56:26 -04:00
FIELD a client Lja;
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;
2019-04-16 10:13:47 -04:00
FIELD e nonce [B
FIELD f server Lnet/minecraft/server/MinecraftServer;
2019-04-05 12:03:47 -04:00
FIELD g state Lvz$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-04-05 12:03:47 -04:00
FIELD l clientEntity Lvg;
METHOD a toOfflineProfile (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
2019-03-20 13:56:26 -04:00
METHOD b disconnect (Ljm;)V
ARG 1 reason