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

36 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS dgq net/minecraft/client/network/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-03-20 13:56:26 -04:00
FIELD b connection Lja;
2018-12-02 05:38:26 -05:00
FIELD c profile Lcom/mojang/authlib/GameProfile;
2019-03-27 14:35:10 -04:00
FIELD d loginScreen Lcyz;
FIELD e client Lcus;
FIELD f world Ldgt;
2019-02-16 15:49:37 -05:00
FIELD h scoreboardEntries Ljava/util/Map;
2019-03-27 14:35:10 -04:00
FIELD i advancementHandler Ldgn;
FIELD j commandSource Ldgr;
FIELD k tagManager Lzb;
FIELD l queryHandler Lcum;
2019-03-30 06:27:01 -04:00
FIELD m chunkLoadDistance I
2019-03-27 14:35:10 -04:00
FIELD n random Ljava/util/Random;
FIELD o commandDispatcher Lcom/mojang/brigadier/CommandDispatcher;
FIELD p recipeManager Lbdy;
FIELD q sessionId Ljava/util/UUID;
METHOD <init> (Lcus;Lcyz;Lja;Lcom/mojang/authlib/GameProfile;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2019-03-20 13:56:26 -04:00
METHOD a getClientConnection ()Lja;
2019-03-27 14:35:10 -04:00
METHOD a getScoreboardEntry (Ljava/lang/String;)Ldgu;
2019-02-16 15:49:37 -05:00
ARG 1 profileName
2019-03-20 13:56:26 -04:00
METHOD a sendPacket (Lka;)V
2019-03-27 14:35:10 -04:00
METHOD a sendResourcePackStatus (Lot$a;)V
METHOD b getCommandSource ()Ldgr;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
2019-03-27 14:35:10 -04:00
METHOD d getRecipeManager ()Lbdy;
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-03-27 14:35:10 -04:00
METHOD g getAdvancementHandler ()Ldgn;
2019-02-16 15:49:37 -05:00
METHOD h getCommandDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;
2019-03-27 14:35:10 -04:00
METHOD i getWorld ()Ldgt;
METHOD j getTagManager ()Lzb;
METHOD k getQueryHandler ()Lcum;
METHOD l getSessionId ()Ljava/util/UUID;