-
Notifications
You must be signed in to change notification settings - Fork 379
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
28 changed files
with
182 additions
and
9 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
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/datafixer/fix/RandomSequenceSettingsFix.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,3 +1,9 @@ | ||
CLASS net/minecraft/class_8626 net/minecraft/datafixer/fix/RandomSequenceSettingsFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_52479 (Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed; | ||
ARG 0 typed | ||
METHOD method_52480 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 randomSequencesData | ||
METHOD method_52481 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 data |
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
19 changes: 18 additions & 1 deletion
19
mappings/net/minecraft/datafixer/fix/UpdateSignTextFormatFix.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,24 @@ | ||
CLASS net/minecraft/class_8221 net/minecraft/datafixer/fix/UpdateSignTextFormatFix | ||
FIELD field_45085 FILTERED_CORRECT Ljava/lang/String; | ||
FIELD field_45086 DEFAULT_COLOR Ljava/lang/String; | ||
FIELD field_45087 EMPTY_TEXT_JSON Ljava/lang/String; | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Ljava/lang/String;)V | ||
ARG 1 outputSchema | ||
ARG 2 name | ||
ARG 3 blockEntityId | ||
METHOD method_49760 updateSignTextFormat (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 dynamic | ||
ARG 0 signData | ||
METHOD method_52469 streamKeys (Lcom/mojang/serialization/Dynamic;Ljava/lang/String;)Ljava/util/stream/Stream; | ||
ARG 0 signData | ||
ARG 1 prefix | ||
METHOD method_52470 (Lcom/mojang/serialization/Dynamic;Ljava/util/Optional;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 text | ||
METHOD method_52471 (Ljava/util/List;Ljava/util/Optional;J)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 message | ||
ARG 2 index | ||
METHOD method_52472 updateFront (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 signData | ||
METHOD method_52473 updateBack (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 signData | ||
METHOD method_52474 emptySignData (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 signData |
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
55 changes: 55 additions & 0 deletions
55
mappings/net/minecraft/util/collection/ArrayListDeque.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,55 @@ | ||
CLASS net/minecraft/class_8623 net/minecraft/util/collection/ArrayListDeque | ||
FIELD field_45067 MISSING I | ||
FIELD field_45068 array [Ljava/lang/Object; | ||
FIELD field_45069 startIndex I | ||
FIELD field_45070 size I | ||
METHOD <init> (I)V | ||
ARG 1 size | ||
METHOD add (ILjava/lang/Object;)V | ||
ARG 1 index | ||
ARG 2 value | ||
METHOD addFirst (Ljava/lang/Object;)V | ||
ARG 1 value | ||
METHOD addLast (Ljava/lang/Object;)V | ||
ARG 1 value | ||
METHOD forEach (Ljava/util/function/Consumer;)V | ||
ARG 1 consumer | ||
METHOD get (I)Ljava/lang/Object; | ||
ARG 1 index | ||
METHOD method_52450 getArrayLength ()I | ||
METHOD method_52451 wrap (I)I | ||
ARG 1 index | ||
METHOD method_52452 checkBounds (II)V | ||
ARG 0 start | ||
ARG 1 end | ||
METHOD method_52453 copyTo ([Ljava/lang/Object;I)V | ||
ARG 1 array | ||
ARG 2 size | ||
METHOD method_52454 enlarge ()V | ||
METHOD method_52455 checkBounds (I)V | ||
ARG 1 index | ||
METHOD method_52456 getRaw (I)Ljava/lang/Object; | ||
ARG 1 index | ||
METHOD offer (Ljava/lang/Object;)Z | ||
ARG 1 value | ||
METHOD offerFirst (Ljava/lang/Object;)Z | ||
ARG 1 value | ||
METHOD offerLast (Ljava/lang/Object;)Z | ||
ARG 1 value | ||
METHOD push (Ljava/lang/Object;)V | ||
ARG 1 value | ||
METHOD remove (I)Ljava/lang/Object; | ||
ARG 1 index | ||
METHOD removeFirstOccurrence (Ljava/lang/Object;)Z | ||
ARG 1 value | ||
METHOD removeIf (Ljava/util/function/Predicate;)Z | ||
ARG 1 predicate | ||
METHOD removeLastOccurrence (Ljava/lang/Object;)Z | ||
ARG 1 value | ||
METHOD replaceAll (Ljava/util/function/UnaryOperator;)V | ||
ARG 1 mapper | ||
METHOD set (ILjava/lang/Object;)Ljava/lang/Object; | ||
ARG 1 index | ||
ARG 2 value | ||
CLASS class_8624 IteratorImpl | ||
FIELD field_45072 currentIndex I |
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/util/profiling/jfr/event/PacketEvent.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
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.