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

30 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS ddg net/minecraft/client/network/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-02-20 15:49:23 -05:00
FIELD b connection Liw;
2018-12-02 05:38:26 -05:00
FIELD c profile Lcom/mojang/authlib/GameProfile;
2019-02-21 13:19:18 -05:00
FIELD e client Lcqx;
FIELD f world Lddj;
2019-02-16 15:49:37 -05:00
FIELD h scoreboardEntries Ljava/util/Map;
2019-02-21 13:19:18 -05:00
FIELD i advancementHandler Lddd;
FIELD j commandSource Lddh;
2019-02-20 15:49:23 -05:00
FIELD k tagManager Lys;
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-02-21 13:19:18 -05:00
FIELD o recipeManager Lbai;
METHOD <init> (Lcqx;Lcvj;Liw;Lcom/mojang/authlib/GameProfile;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2019-02-20 15:49:23 -05:00
METHOD a getClientConnection ()Liw;
2019-02-21 13:19:18 -05:00
METHOD a getScoreboardEntry (Ljava/lang/String;)Lddk;
2019-02-16 15:49:37 -05:00
ARG 1 profileName
2019-02-20 15:49:23 -05:00
METHOD a sendPacket (Ljw;)V
METHOD a sendResourcePackStatus (Lok$a;)V
2019-02-21 13:19:18 -05:00
METHOD b getCommandSource ()Lddh;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
2019-02-21 13:19:18 -05:00
METHOD d getRecipeManager ()Lbai;
2019-02-16 15:49:37 -05:00
METHOD e getScoreboardEntries ()Ljava/util/Collection;
2018-12-31 16:37:56 -05:00
METHOD f getProfile ()Lcom/mojang/authlib/GameProfile;
2019-02-21 13:19:18 -05:00
METHOD g getAdvancementHandler ()Lddd;
2019-02-16 15:49:37 -05:00
METHOD h getCommandDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;
2019-02-21 13:19:18 -05:00
METHOD i getWorld ()Lddj;
2019-02-20 15:49:23 -05:00
METHOD j getTagManager ()Lys;