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

30 lines
1.1 KiB
Plaintext

CLASS dcq net/minecraft/client/network/ClientPlayNetworkHandler
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b connection Liu;
FIELD c profile Lcom/mojang/authlib/GameProfile;
FIELD e client Lcqn;
FIELD f world Ldct;
FIELD h scoreboardEntries Ljava/util/Map;
FIELD i advancementHandler Ldcn;
FIELD j commandSource Ldcr;
FIELD k tagManager Lyr;
FIELD m random Ljava/util/Random;
FIELD n commandDispatcher Lcom/mojang/brigadier/CommandDispatcher;
FIELD o recipeManager Lbae;
METHOD <init> (Lcqn;Lcut;Liu;Lcom/mojang/authlib/GameProfile;)V
ARG 1 client
METHOD a getClientConnection ()Liu;
METHOD a getScoreboardEntry (Ljava/lang/String;)Ldcu;
ARG 1 profileName
METHOD a sendPacket (Lju;)V
METHOD a sendResourcePackStatus (Loj$a;)V
METHOD b getCommandSource ()Ldcr;
METHOD b validateResourcePackUrl (Ljava/lang/String;)Z
METHOD d getRecipeManager ()Lbae;
METHOD e getScoreboardEntries ()Ljava/util/Collection;
METHOD f getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD g getAdvancementHandler ()Ldcn;
METHOD h getCommandDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;
METHOD i getWorld ()Ldct;
METHOD j getTagManager ()Lyr;