yarn/mappings/net/minecraft/client/network/ClientPlayNetworkHandler.ma...

25 lines
921 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS dcb net/minecraft/client/network/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-01-24 11:47:45 -05:00
FIELD b connection Liq;
2018-12-02 05:38:26 -05:00
FIELD c profile Lcom/mojang/authlib/GameProfile;
2019-01-24 11:47:45 -05:00
FIELD e client Lcpy;
FIELD f world Ldce;
FIELD i advancementHandler Ldby;
FIELD j commandSource Ldcc;
2019-01-16 13:24:40 -05:00
FIELD k tagManager Lyl;
2018-11-30 06:38:47 -05:00
FIELD m random Ljava/util/Random;
2018-11-09 06:34:44 -05:00
FIELD n commandDispatcher Lcom/mojang/brigadier/CommandDispatcher;
2019-01-24 11:47:45 -05:00
FIELD o recipeManager Lazo;
METHOD <init> (Lcpy;Lcuf;Liq;Lcom/mojang/authlib/GameProfile;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2019-01-24 11:47:45 -05:00
METHOD a getClientConnection ()Liq;
METHOD a sendPacket (Ljq;)V
METHOD a sendResourcePackStatus (Lof$a;)V
METHOD b getCommandSource ()Ldcc;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
2019-01-24 11:47:45 -05:00
METHOD d getRecipeManager ()Lazo;
2018-12-31 16:37:56 -05:00
METHOD f getProfile ()Lcom/mojang/authlib/GameProfile;
2019-01-24 11:47:45 -05:00
METHOD g getAdvancementHandler ()Ldby;
METHOD i getWorld ()Ldce;
2019-01-16 13:24:40 -05:00
METHOD j getTagManager ()Lyl;