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.
Just a first pass, lots of stuff vis-a-vis world creation and realms still to do
- Loading branch information
Showing
28 changed files
with
291 additions
and
10 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
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/block/dispenser/BoatDispenserBehavior.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
7 changes: 7 additions & 0 deletions
7
mappings/net/minecraft/block/dispenser/MinecartDispenserBehavior.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,7 @@ | ||
CLASS net/minecraft/class_10242 net/minecraft/block/dispenser/MinecartDispenserBehavior | ||
FIELD field_54392 fallbackBehavior Lnet/minecraft/class_2347; | ||
FIELD field_54393 minecartEntityType Lnet/minecraft/class_1299; | ||
METHOD <init> (Lnet/minecraft/class_1299;)V | ||
ARG 1 minecartEntityType | ||
METHOD method_64377 getRailShape (Lnet/minecraft/class_2680;)Lnet/minecraft/class_2768; | ||
ARG 0 state |
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/gui/screen/world/CreateWorldCallback.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,6 @@ | ||
CLASS net/minecraft/class_10241 net/minecraft/client/gui/screen/world/CreateWorldCallback | ||
METHOD create (Lnet/minecraft/class_525;Lnet/minecraft/class_7780;Lnet/minecraft/class_31;Ljava/nio/file/Path;)Z | ||
ARG 1 screen | ||
ARG 2 combinedDynamicRegistries | ||
ARG 3 levelProperties | ||
ARG 4 dataPackTempDir |
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,3 +1,12 @@ | ||
CLASS net/minecraft/class_4351 net/minecraft/client/realms/UploadStatus | ||
FIELD field_19601 bytesWritten J | ||
FIELD field_19602 totalBytes J | ||
METHOD method_64325 getTotalBytes ()J | ||
METHOD method_64326 setTotalBytes (J)V | ||
ARG 1 totalBytes | ||
METHOD method_64327 getBytesWritten ()J | ||
METHOD method_64328 addBytesWritten (J)V | ||
ARG 1 bytesWritten | ||
METHOD method_64329 hasWrittenBytes ()Z | ||
METHOD method_64330 hasWrittenAllBytes ()Z | ||
METHOD method_64331 getFractionBytesWritten ()D |
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
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/client/realms/exception/RealmsUploadException.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,3 @@ | ||
CLASS net/minecraft/class_10233 net/minecraft/client/realms/exception/RealmsUploadException | ||
METHOD method_64338 getStatus ()Lnet/minecraft/class_2561; | ||
METHOD method_64339 getStatusTexts ()[Lnet/minecraft/class_2561; |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/realms/exception/upload/CancelledRealmsUploadException.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,2 @@ | ||
CLASS net/minecraft/class_10232 net/minecraft/client/realms/exception/upload/CancelledRealmsUploadException | ||
FIELD field_54365 STATUS_TEXT Lnet/minecraft/class_2561; |
1 change: 1 addition & 0 deletions
1
...gs/net/minecraft/client/realms/exception/upload/CloseFailureRealmsUploadException.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 @@ | ||
CLASS net/minecraft/class_10236 net/minecraft/client/realms/exception/upload/CloseFailureRealmsUploadException |
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/realms/exception/upload/FailedRealmsUploadException.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,6 @@ | ||
CLASS net/minecraft/class_10234 net/minecraft/client/realms/exception/upload/FailedRealmsUploadException | ||
FIELD field_54366 errorMessage Lnet/minecraft/class_2561; | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 errorMessage | ||
METHOD <init> (Lnet/minecraft/class_2561;)V | ||
ARG 1 errorMessage |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/client/realms/exception/upload/TooBigRealmsUploadException.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,4 @@ | ||
CLASS net/minecraft/class_10235 net/minecraft/client/realms/exception/upload/TooBigRealmsUploadException | ||
FIELD field_54367 maxSizeInBytes J | ||
METHOD <init> (J)V | ||
ARG 1 maxSizeInBytes |
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
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/data/server/recipe/TransmuteRecipeJsonBuilder.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,19 @@ | ||
CLASS net/minecraft/class_10243 net/minecraft/data/server/recipe/TransmuteRecipeJsonBuilder | ||
FIELD field_54396 category Lnet/minecraft/class_7800; | ||
FIELD field_54397 result Lnet/minecraft/class_6880; | ||
FIELD field_54398 input Lnet/minecraft/class_1856; | ||
FIELD field_54399 material Lnet/minecraft/class_1856; | ||
FIELD field_54400 advancementBuilder Ljava/util/Map; | ||
FIELD field_54401 group Ljava/lang/String; | ||
METHOD <init> (Lnet/minecraft/class_7800;Lnet/minecraft/class_6880;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;)V | ||
ARG 1 category | ||
ARG 2 result | ||
ARG 3 input | ||
ARG 4 material | ||
METHOD method_64379 validate (Lnet/minecraft/class_2960;)V | ||
ARG 1 recipeId | ||
METHOD method_64380 create (Lnet/minecraft/class_7800;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1792;)Lnet/minecraft/class_10243; | ||
ARG 0 category | ||
ARG 1 input | ||
ARG 2 material | ||
ARG 3 result |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/data/server/tag/bundle/BundleItemTagProvider.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 @@ | ||
CLASS net/minecraft/class_10244 net/minecraft/data/server/tag/bundle/BundleItemTagProvider |
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
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/entity/vehicle/FurnaceMinecartEntity.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,11 @@ | ||
CLASS net/minecraft/class_1696 net/minecraft/entity/vehicle/FurnaceMinecartEntity | ||
FIELD field_52521 FUEL_PER_ITEM I | ||
FIELD field_52522 MAX_FUEL I | ||
FIELD field_54300 pushVec Lnet/minecraft/class_243; | ||
FIELD field_7739 fuel I | ||
FIELD field_7740 LIT Lnet/minecraft/class_2940; | ||
METHOD method_64276 (Lnet/minecraft/class_243;)Lnet/minecraft/class_243; | ||
ARG 1 velocity | ||
METHOD method_7564 setLit (Z)V | ||
ARG 1 lit | ||
METHOD method_7565 isLit ()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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
CLASS net/minecraft/class_1808 net/minecraft/item/MinecartItem | ||
FIELD field_8897 type Lnet/minecraft/class_1299; | ||
METHOD <init> (Lnet/minecraft/class_1299;Lnet/minecraft/class_1792$class_1793;)V | ||
ARG 1 type | ||
ARG 2 settings |
38 changes: 38 additions & 0 deletions
38
mappings/net/minecraft/recipe/CraftingTransmuteRecipe.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,38 @@ | ||
CLASS net/minecraft/class_10223 net/minecraft/recipe/CraftingTransmuteRecipe | ||
FIELD field_54319 group Ljava/lang/String; | ||
FIELD field_54320 category Lnet/minecraft/class_7710; | ||
FIELD field_54321 input Lnet/minecraft/class_1856; | ||
FIELD field_54322 material Lnet/minecraft/class_1856; | ||
FIELD field_54323 result Lnet/minecraft/class_6880; | ||
FIELD field_54324 ingredientPlacement Lnet/minecraft/class_9887; | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_7710;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_6880;)V | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 input | ||
ARG 4 material | ||
ARG 5 result | ||
CLASS class_10224 Serializer | ||
FIELD field_54325 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_54326 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_64299 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_64300 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_6880; | ||
ARG 0 recipe | ||
METHOD method_64301 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_1856; | ||
ARG 0 recipe | ||
METHOD method_64302 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_1856; | ||
ARG 0 recipe | ||
METHOD method_64303 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_7710; | ||
ARG 0 recipe | ||
METHOD method_64304 (Lnet/minecraft/class_10223;)Ljava/lang/String; | ||
ARG 0 recipe | ||
METHOD method_64305 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_6880; | ||
ARG 0 recipe | ||
METHOD method_64306 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_1856; | ||
ARG 0 recipe | ||
METHOD method_64307 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_1856; | ||
ARG 0 recipe | ||
METHOD method_64308 (Lnet/minecraft/class_10223;)Lnet/minecraft/class_7710; | ||
ARG 0 recipe | ||
METHOD method_64309 (Lnet/minecraft/class_10223;)Ljava/lang/String; | ||
ARG 0 recipe |
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.