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

18 lines
655 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS wc net/minecraft/server/network/ServerLoginNetworkHandler
2019-06-19 15:24:08 -04:00
CLASS a State
2019-06-07 07:45:25 -04:00
FIELD a client Ljb;
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-06-07 07:45:25 -04:00
FIELD g state Lwc$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-06-07 07:45:25 -04:00
FIELD l clientEntity Lvj;
METHOD a toOfflineProfile (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
2019-04-20 17:17:07 -04:00
METHOD b tick ()V
2019-06-07 07:45:25 -04:00
METHOD b disconnect (Ljn;)V
ARG 1 reason