yarn/mappings/net/minecraft/network/handler/NetworkLoginHandlerServer.m...

26 lines
859 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS mi net/minecraft/network/handler/NetworkLoginHandlerServer
CLASS mi$a State
FIELD a connection Leq;
2016-08-25 15:46:08 -04:00
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d RAND Ljava/util/Random;
FIELD f server Lnet/minecraft/server/MinecraftServer;
2016-10-18 11:31:59 -04:00
FIELD g state Lmi$a;
2016-08-25 15:46:08 -04:00
FIELD h loginTicks I
FIELD i profile Lcom/mojang/authlib/GameProfile;
2016-10-18 11:31:59 -04:00
FIELD l playerEntity Llw;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;Leq;)V
2016-08-25 15:46:08 -04:00
ARG 0 server
ARG 1 connection
METHOD D_ update ()V
METHOD a getOfflineProfile (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
ARG 0 profile
2016-10-18 11:31:59 -04:00
METHOD a onConnectionLost (Lfa;)V
2016-08-25 15:46:08 -04:00
ARG 0 reason
2016-10-18 11:31:59 -04:00
METHOD a disconnect (Ljava/lang/String;)V
2016-08-25 15:46:08 -04:00
ARG 0 reason
2016-10-18 11:31:59 -04:00
METHOD a onLoginStart (Ljx;)V
2016-08-25 15:46:08 -04:00
ARG 0 packet
2016-10-18 11:31:59 -04:00
METHOD a onLoginEncryptionResponse (Ljy;)V
2016-08-25 15:46:08 -04:00
ARG 0 packet
METHOD d getConnectionString ()Ljava/lang/String;