forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 24w04a stuff * Update mappings/net/minecraft/world/updater/WorldUpdater.mapping Co-authored-by: Shnupbups <[email protected]> --------- Co-authored-by: Shnupbups <[email protected]>
- Loading branch information
Showing
42 changed files
with
339 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
mappings/net/minecraft/client/network/ClientRegistries.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
CLASS net/minecraft/class_9173 net/minecraft/client/network/ClientRegistries | ||
FIELD field_48767 dynamicRegistries Lnet/minecraft/class_9173$class_9174; | ||
FIELD field_48768 tags Lnet/minecraft/class_9173$class_9175; | ||
METHOD method_56583 putDynamicRegistry (Lnet/minecraft/class_5321;Ljava/util/List;)V | ||
ARG 1 registryRef | ||
ARG 2 entries | ||
METHOD method_56584 (Lnet/minecraft/class_5455$class_6892;)V | ||
ARG 0 entry | ||
METHOD method_56585 createRegistryManager (Lnet/minecraft/class_5455;Z)Lnet/minecraft/class_5455$class_6890; | ||
ARG 1 precedingRegistryManager | ||
ARG 2 local | ||
METHOD method_56586 putTags (Ljava/util/Map;)V | ||
ARG 1 tags | ||
CLASS class_9174 DynamicRegistries | ||
FIELD field_48769 dynamicRegistries Ljava/util/Map; | ||
METHOD method_56587 (Lnet/minecraft/class_5321;)Ljava/util/List; | ||
ARG 0 registries | ||
METHOD method_56588 put (Lnet/minecraft/class_5321;Ljava/util/List;)V | ||
ARG 1 registryRef | ||
ARG 2 entries | ||
METHOD method_56589 load (Lnet/minecraft/class_5455;)Lnet/minecraft/class_5455; | ||
ARG 1 precedingRegistryManager | ||
CLASS class_9175 Tags | ||
FIELD field_48770 tagsByRegistry Ljava/util/Map; | ||
METHOD method_56590 put (Lnet/minecraft/class_5321;Lnet/minecraft/class_6864$class_5748;)V | ||
ARG 1 registryRef | ||
ARG 2 serialized | ||
METHOD method_56591 load (Lnet/minecraft/class_5455;)V | ||
ARG 1 registryManager | ||
METHOD method_56592 (Lnet/minecraft/class_5455;Lnet/minecraft/class_5321;Lnet/minecraft/class_6864$class_5748;)V | ||
ARG 1 registryRef | ||
ARG 2 serialized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/network/packet/s2c/play/CommonPlayerSpawnInfo.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
CLASS net/minecraft/class_8589 net/minecraft/network/packet/s2c/play/CommonPlayerSpawnInfo | ||
FIELD comp_1556 gameMode Lnet/minecraft/class_1934; | ||
FIELD comp_1557 prevGameMode Lnet/minecraft/class_1934; | ||
FIELD field_48708 DIMENSION_TYPE_PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD <init> (Lnet/minecraft/class_9129;)V | ||
ARG 1 buf | ||
METHOD comp_1556 gameMode ()Lnet/minecraft/class_1934; | ||
METHOD comp_1557 prevGameMode ()Lnet/minecraft/class_1934; | ||
METHOD method_52274 write (Lnet/minecraft/class_9129;)V | ||
ARG 1 buf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
mappings/net/minecraft/registry/SerializableRegistries.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,29 @@ | ||
CLASS net/minecraft/class_7782 net/minecraft/registry/SerializableRegistries | ||
FIELD field_48771 SYNCED_REGISTRIES Ljava/util/Set; | ||
METHOD method_45953 streamRegistryManagerEntries (Lnet/minecraft/class_7780;)Ljava/util/stream/Stream; | ||
ARG 0 combinedRegistries | ||
METHOD method_45956 stream (Lnet/minecraft/class_5455;)Ljava/util/stream/Stream; | ||
ARG 0 dynamicRegistryManager | ||
METHOD method_47449 streamDynamicEntries (Lnet/minecraft/class_7780;)Ljava/util/stream/Stream; | ||
ARG 0 combinedRegistries | ||
METHOD method_56595 (Lnet/minecraft/class_7655$class_7657;Lcom/mojang/serialization/DynamicOps;Ljava/util/List;Lnet/minecraft/class_6880$class_6883;)V | ||
ARG 3 registryEntry | ||
METHOD method_56596 (Lnet/minecraft/class_7655$class_7657;Lcom/mojang/serialization/DynamicOps;Ljava/util/function/BiConsumer;Lnet/minecraft/class_2378;)V | ||
ARG 3 registry | ||
METHOD method_56597 serialize (Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_7655$class_7657;Lnet/minecraft/class_5455;Ljava/util/function/BiConsumer;)V | ||
ARG 0 nbtOps | ||
ARG 1 entry | ||
ARG 2 registryManager | ||
ARG 3 callback | ||
METHOD method_56598 forEachSyncedRegistry (Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5455;Ljava/util/function/BiConsumer;)V | ||
ARG 0 nbtOps | ||
ARG 1 registryManager | ||
ARG 2 callback | ||
METHOD method_56599 (Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5455;Ljava/util/function/BiConsumer;Lnet/minecraft/class_7655$class_7657;)V | ||
ARG 3 entry | ||
METHOD method_56600 (Lnet/minecraft/class_6880$class_6883;Ljava/lang/String;)Ljava/lang/IllegalArgumentException; | ||
ARG 1 error | ||
METHOD method_56601 (Lnet/minecraft/class_5455$class_6892;)Z | ||
ARG 0 registry | ||
CLASS class_9176 SerializedRegistryEntry | ||
FIELD field_48772 PACKET_CODEC Lnet/minecraft/class_9139; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.