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

39 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dho net/minecraft/client/network/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-06-07 07:45:25 -04:00
FIELD b connection Ljb;
2018-12-02 05:38:26 -05:00
FIELD c profile Lcom/mojang/authlib/GameProfile;
2019-06-19 13:48:53 -04:00
FIELD d loginScreen Lczx;
FIELD e client Lcvo;
FIELD f world Ldhr;
2019-04-16 10:13:47 -04:00
FIELD h playerListEntries Ljava/util/Map;
2019-06-19 13:48:53 -04:00
FIELD i advancementHandler Ldhl;
FIELD j commandSource Ldhp;
2019-06-07 07:45:25 -04:00
FIELD k tagManager Lzg;
2019-06-19 13:48:53 -04:00
FIELD l dataQueryHandler Lcvh;
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;
2019-06-07 07:45:25 -04:00
FIELD p recipeManager Lben;
2019-03-27 14:35:10 -04:00
FIELD q sessionId Ljava/util/UUID;
2019-06-19 13:48:53 -04:00
METHOD <init> (Lcvo;Lczx;Ljb;Lcom/mojang/authlib/GameProfile;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2019-06-07 07:45:25 -04:00
METHOD a getClientConnection ()Ljb;
2019-06-19 13:48:53 -04:00
METHOD a getPlayerListEntry (Ljava/lang/String;)Ldhs;
2019-02-16 15:49:37 -05:00
ARG 1 profileName
2019-06-19 13:48:53 -04:00
METHOD a getPlayerListEntry (Ljava/util/UUID;)Ldhs;
2019-03-31 20:45:27 -04:00
ARG 1 uuid
2019-06-07 07:45:25 -04:00
METHOD a sendPacket (Lkb;)V
METHOD a sendResourcePackStatus (Lov$a;)V
2019-06-19 13:48:53 -04:00
METHOD b getCommandSource ()Ldhp;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
METHOD c clearWorld ()V
2019-06-07 07:45:25 -04:00
METHOD d getRecipeManager ()Lben;
2019-04-16 10:13:47 -04:00
METHOD e getPlayerList ()Ljava/util/Collection;
2018-12-31 16:37:56 -05:00
METHOD f getProfile ()Lcom/mojang/authlib/GameProfile;
2019-06-19 13:48:53 -04:00
METHOD g getAdvancementHandler ()Ldhl;
2019-02-16 15:49:37 -05:00
METHOD h getCommandDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;
2019-06-19 13:48:53 -04:00
METHOD i getWorld ()Ldhr;
2019-06-07 07:45:25 -04:00
METHOD j getTagManager ()Lzg;
2019-06-19 13:48:53 -04:00
METHOD k getDataQueryHandler ()Lcvh;
METHOD l getSessionId ()Ljava/util/UUID;