yarn/mappings/net/minecraft/client/network/ClientLoginNetworkHandler.m...

16 lines
589 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS dgb net/minecraft/client/network/ClientLoginNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-03-14 11:39:51 -04:00
FIELD b client Lctp;
FIELD c parentGui Lcyg;
2019-02-16 15:50:10 -05:00
FIELD d statusConsumer Ljava/util/function/Consumer;
2019-03-14 08:57:09 -04:00
FIELD e connection Liz;
FIELD f playerProfile Lcom/mojang/authlib/GameProfile;
2019-03-14 11:39:51 -04:00
METHOD <init> (Liz;Lctp;Lcyg;Ljava/util/function/Consumer;)V
2018-11-04 07:22:38 -05:00
ARG 1 connection
2018-11-30 06:38:47 -05:00
ARG 2 client
2018-11-04 07:22:38 -05:00
ARG 3 parentGui
2019-02-16 15:50:10 -05:00
ARG 4 statusConsumer
2019-03-14 08:57:09 -04:00
METHOD a joinServerSession (Ljava/lang/String;)Ljl;
2019-02-16 15:50:10 -05:00
ARG 1 serverId
METHOD b getSessionService ()Lcom/mojang/authlib/minecraft/MinecraftSessionService;