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

68 lines
3.4 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_634 net/minecraft/client/network/ClientPlayNetworkHandler
FIELD field_16771 sessionId Ljava/util/UUID;
FIELD field_19144 chunkLoadDistance I
2020-05-15 11:35:03 -04:00
FIELD field_24321 worldProperties Lnet/minecraft/class_638$class_5271;
FIELD field_25063 registryManager Lnet/minecraft/class_5455;
FIELD field_25273 worldKeys Ljava/util/Set;
FIELD field_26620 DISCONNECT_LOST_TEXT Lnet/minecraft/class_2561;
2019-06-28 17:55:20 -04:00
FIELD field_3687 random Ljava/util/Random;
FIELD field_3688 recipeManager Lnet/minecraft/class_1863;
FIELD field_3689 connection Lnet/minecraft/class_2535;
FIELD field_3690 client Lnet/minecraft/class_310;
FIELD field_3691 commandSource Lnet/minecraft/class_637;
FIELD field_3692 dataQueryHandler Lnet/minecraft/class_300;
FIELD field_3693 playerListEntries Ljava/util/Map;
2020-07-01 12:44:38 -04:00
FIELD field_3694 tagManager Lnet/minecraft/class_5415;
2019-06-28 17:55:20 -04:00
FIELD field_3695 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_3696 commandDispatcher Lcom/mojang/brigadier/CommandDispatcher;
FIELD field_3697 profile Lcom/mojang/authlib/GameProfile;
FIELD field_3698 positionLookSetup Z
2019-06-28 17:55:20 -04:00
FIELD field_3699 world Lnet/minecraft/class_638;
FIELD field_3700 advancementHandler Lnet/minecraft/class_632;
FIELD field_3701 loginScreen Lnet/minecraft/class_437;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_2535;Lcom/mojang/authlib/GameProfile;)V
ARG 1 client
ARG 2 screen
ARG 3 connection
ARG 4 profile
2019-06-28 17:55:20 -04:00
METHOD method_16690 getSessionId ()Ljava/util/UUID;
METHOD method_19691 getActiveTotemOfUndying (Lnet/minecraft/class_1657;)Lnet/minecraft/class_1799;
ARG 0 player
2020-07-01 12:44:38 -04:00
METHOD method_2867 getTagManager ()Lnet/minecraft/class_5415;
2019-06-28 17:55:20 -04:00
METHOD method_2868 clearWorld ()V
METHOD method_2869 getAdvancementHandler ()Lnet/minecraft/class_632;
2020-12-02 13:29:46 -05:00
METHOD method_2870 updateLighting (IILnet/minecraft/class_3568;Lnet/minecraft/class_1944;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)V
ARG 1 chunkX
ARG 2 chunkZ
ARG 3 provider
ARG 4 type
2019-06-28 17:55:20 -04:00
METHOD method_2871 getPlayerListEntry (Ljava/util/UUID;)Lnet/minecraft/class_640;
2019-03-31 20:45:27 -04:00
ARG 1 uuid
2019-06-28 17:55:20 -04:00
METHOD method_2873 sendResourcePackStatus (Lnet/minecraft/class_2856$class_2857;)V
ARG 1 packStatus
2019-06-28 17:55:20 -04:00
METHOD method_2874 getPlayerListEntry (Ljava/lang/String;)Lnet/minecraft/class_640;
ARG 1 profileName
METHOD method_2875 getCommandSource ()Lnet/minecraft/class_637;
METHOD method_2876 getDataQueryHandler ()Lnet/minecraft/class_300;
METHOD method_2877 getRecipeManager ()Lnet/minecraft/class_1863;
METHOD method_2879 getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD method_2880 getPlayerList ()Ljava/util/Collection;
METHOD method_2883 sendPacket (Lnet/minecraft/class_2596;)V
Javadoc for some client, datafixer and other miscellaneous areas. (#1219) * Javadoc for some client, datafixer and misc. * Update ServerPlayNetworkHandler.mapping * Update MinecraftClient.mapping * Update ClientPlayerEntity.mapping * Update PlayerListEntry.mapping * Update TypeReferences.mapping * Update Entity.mapping * Update LivingEntity.mapping * Update NbtHelper.mapping * Update CommandOutput.mapping * Update mappings/net/minecraft/client/MinecraftClient.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/TestClassArgumentType.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/server/command/CommandOutput.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/ArgumentTypes.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update PlayerListEntry.mapping * Update ClientPlayPacketListener.mapping * Update ServerPlayPacketListener.mapping * Update ClientPlayPacketListener.mapping * Fix possible build error * try 2 * Update LivingEntity.mapping * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/entity/Entity.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-03-25 19:14:55 -04:00
COMMENT Sends a packet to the server.
ARG 1 packet
Javadoc for some client, datafixer and other miscellaneous areas. (#1219) * Javadoc for some client, datafixer and misc. * Update ServerPlayNetworkHandler.mapping * Update MinecraftClient.mapping * Update ClientPlayerEntity.mapping * Update PlayerListEntry.mapping * Update TypeReferences.mapping * Update Entity.mapping * Update LivingEntity.mapping * Update NbtHelper.mapping * Update CommandOutput.mapping * Update mappings/net/minecraft/client/MinecraftClient.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/TestClassArgumentType.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/server/command/CommandOutput.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/ArgumentTypes.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update PlayerListEntry.mapping * Update ClientPlayPacketListener.mapping * Update ServerPlayPacketListener.mapping * Update ClientPlayPacketListener.mapping * Fix possible build error * try 2 * Update LivingEntity.mapping * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/entity/Entity.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-03-25 19:14:55 -04:00
COMMENT the packet to send
METHOD method_2885 feedbackAfterDownload (Ljava/util/concurrent/CompletableFuture;)V
ARG 1 downloadFuture
2019-06-28 17:55:20 -04:00
METHOD method_2886 getCommandDispatcher ()Lcom/mojang/brigadier/CommandDispatcher;
METHOD method_2888 validateResourcePackUrl (Ljava/lang/String;)Z
ARG 1 url
2019-06-28 17:55:20 -04:00
METHOD method_2890 getWorld ()Lnet/minecraft/class_638;
METHOD method_29091 getRegistryManager ()Lnet/minecraft/class_5455;
METHOD method_29356 getWorldKeys ()Ljava/util/Set;
2020-10-20 12:56:32 -04:00
METHOD method_31363 getPlayerUuids ()Ljava/util/Collection;
2021-04-23 15:08:59 -04:00
METHOD method_34014 (Ljava/lang/String;Ljava/lang/String;ZZ)V
ARG 4 enabled
2021-04-15 07:41:15 -04:00
METHOD method_36322 getServerResourcePackPrompt (Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Lnet/minecraft/class_2561;
ARG 0 defaultPrompt
ARG 1 customPrompt