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.
- Loading branch information
Showing
12 changed files
with
100 additions
and
29 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
mappings/net/minecraft/client/render/model/json/ModelVariant.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,9 +1,5 @@ | ||
CLASS net/minecraft/class_813 net/minecraft/client/render/model/json/ModelVariant | ||
FIELD comp_3379 location Lnet/minecraft/class_2960; | ||
FIELD comp_3382 weight I | ||
METHOD <init> (Lnet/minecraft/class_2960;Lnet/minecraft/class_813$class_10803;I)V | ||
ARG 1 location | ||
METHOD comp_3379 location ()Lnet/minecraft/class_2960; | ||
METHOD comp_3382 weight ()I | ||
METHOD equals (Ljava/lang/Object;)Z | ||
ARG 1 o |
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
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/datafixer/fix/ChunkTicketUnpackPosFix.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 +1,15 @@ | ||
CLASS net/minecraft/class_10767 net/minecraft/datafixer/fix/ChunkTicketUnpackPosFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_67591 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 0 typed | ||
METHOD method_67592 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 dynamic | ||
METHOD method_67593 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 dataDynamic | ||
METHOD method_67594 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 ticketsDynamic | ||
METHOD method_67595 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 ticketDynamic | ||
METHOD method_67596 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 chunkPosDynamic |
33 changes: 27 additions & 6 deletions
33
mappings/net/minecraft/datafixer/fix/InlineBlockPosFormatFix.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,8 +1,29 @@ | ||
CLASS net/minecraft/class_10768 net/minecraft/datafixer/fix/InlineBlockPosFormatFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_67597 (Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/OpticFinder;Ljava/util/List;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 5 entityTyped | ||
METHOD method_67598 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 1 decorationTyped | ||
METHOD method_67599 fixPlayerFields (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic | ||
METHOD method_67600 getEntityFinder (Ljava/lang/String;)Lcom/mojang/datafixers/OpticFinder; | ||
ARG 1 identifierString | ||
METHOD method_67602 consolidateSleepingPos (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD method_67604 consolidateBoundPos (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD method_67606 consolidateAnchorPos (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD method_67608 consolidateHomePos (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD method_67609 consolidateBlockEntityPos (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 entityId | ||
METHOD method_67601 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 1 turtleTyped | ||
METHOD method_67602 fixSleeping (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic | ||
METHOD method_67603 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 1 phantomTyped | ||
METHOD method_67604 fixVexFields (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic | ||
METHOD method_67605 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 1 vexTyped | ||
METHOD method_67606 fixPhantomFields (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic | ||
METHOD method_67607 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 1 playerTyped | ||
METHOD method_67608 fixTurtleFields (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic | ||
METHOD method_67609 fixDecorationFields (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic |
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