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.
Map GameTest methods (FabricMC#2260)
* Map GameTest methods * Rename some mappings
- Loading branch information
Showing
18 changed files
with
198 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
CLASS net/minecraft/class_4513 net/minecraft/test/PositionedException | ||
FIELD field_20541 pos Lnet/minecraft/class_2338; | ||
FIELD field_20542 relativePos Lnet/minecraft/class_2338; | ||
FIELD field_21449 tick J | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;J)V | ||
ARG 1 message | ||
ARG 2 pos | ||
ARG 3 relativePos | ||
ARG 4 tick | ||
METHOD method_22150 getDebugMessage ()Ljava/lang/String; | ||
METHOD method_22151 getPos ()Lnet/minecraft/class_2338; | ||
METHOD method_35940 getRelativePos ()Lnet/minecraft/class_2338; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
CLASS net/minecraft/class_6306 net/minecraft/test/TestServer | ||
FIELD field_33158 batches Ljava/util/List; | ||
FIELD field_33159 pos Lnet/minecraft/class_2338; | ||
FIELD field_33160 gameRules Lnet/minecraft/class_1928; | ||
FIELD field_33161 testLevel Lnet/minecraft/class_1940; | ||
FIELD field_33162 testSet Lnet/minecraft/class_4524; | ||
METHOD <init> (Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_5350;Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_5455$class_5457;)V | ||
ARG 1 serverThread | ||
ARG 2 session | ||
ARG 3 dataPackManager | ||
ARG 4 serverResourceManager | ||
ARG 5 batches | ||
ARG 6 pos | ||
ARG 7 registryManager | ||
METHOD <init> (Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_5350;Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_5455$class_5457;Lnet/minecraft/class_2378;Lnet/minecraft/class_2378;)V | ||
ARG 1 serverThread | ||
ARG 2 session | ||
ARG 3 dataPackManager | ||
ARG 4 serverResourceManager | ||
ARG 5 batches | ||
ARG 6 pos | ||
ARG 7 registryManager | ||
ARG 8 biomeRegistry | ||
ARG 9 dimensionTypeRegistry | ||
METHOD method_36094 (Lnet/minecraft/class_1928;)V | ||
ARG 0 gameRules | ||
METHOD method_36095 (Lnet/minecraft/class_4517;)V | ||
ARG 0 test | ||
METHOD method_36096 runTestBatches (Lnet/minecraft/class_3218;)V | ||
ARG 1 world | ||
METHOD method_36097 (Lnet/minecraft/class_4517;)V | ||
ARG 0 test | ||
METHOD method_36098 isTesting ()Z |
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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/test/TickLimitExceededException.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,3 @@ | ||
CLASS net/minecraft/class_4522 net/minecraft/test/TickLimitExceededException | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 message |
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,3 @@ | ||
CLASS net/minecraft/class_4512 net/minecraft/test/TimeMismatchException | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 message |
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,11 @@ | ||
CLASS net/minecraft/class_4692 net/minecraft/test/TimedTask | ||
FIELD field_21450 duration Ljava/lang/Long; | ||
FIELD field_21451 task Ljava/lang/Runnable; | ||
METHOD <init> (Ljava/lang/Long;Ljava/lang/Runnable;)V | ||
ARG 1 duration | ||
ARG 2 task | ||
METHOD method_35941 create (JLjava/lang/Runnable;)Lnet/minecraft/class_4692; | ||
ARG 0 duration | ||
ARG 2 task | ||
METHOD method_35942 create (Ljava/lang/Runnable;)Lnet/minecraft/class_4692; | ||
ARG 0 task |
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
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/test/XmlReportingTestCompletionListener.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,12 @@ | ||
CLASS net/minecraft/class_6307 net/minecraft/test/XmlReportingTestCompletionListener | ||
FIELD field_33164 document Lorg/w3c/dom/Document; | ||
FIELD field_33165 testSuiteElement Lorg/w3c/dom/Element; | ||
FIELD field_33166 stopwatch Lcom/google/common/base/Stopwatch; | ||
FIELD field_33167 file Ljava/io/File; | ||
METHOD <init> (Ljava/io/File;)V | ||
ARG 1 file | ||
METHOD method_36101 saveReport (Ljava/io/File;)V | ||
ARG 1 file | ||
METHOD method_36102 addTestCase (Lnet/minecraft/class_4517;Ljava/lang/String;)Lorg/w3c/dom/Element; | ||
ARG 1 test | ||
ARG 2 name |