-
Notifications
You must be signed in to change notification settings - Fork 390
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
11 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
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 |
---|---|---|
@@ -1,6 +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 2 dynamicRegistries | ||
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
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
20 changes: 20 additions & 0 deletions
20
mappings/net/minecraft/client/realms/gui/screen/RealmsWorldCreating.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,20 @@ | ||
CLASS net/minecraft/class_10231 net/minecraft/client/realms/gui/screen/RealmsWorldCreating | ||
FIELD field_54364 LOGGER Lorg/slf4j/Logger; | ||
METHOD method_64334 (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_4877;Lnet/minecraft/class_4445;Lnet/minecraft/class_437;Lnet/minecraft/class_525;Lnet/minecraft/class_7780;Lnet/minecraft/class_31;Ljava/nio/file/Path;)Z | ||
ARG 5 screen | ||
ARG 6 dynamicRegistries | ||
ARG 7 levelProperties | ||
ARG 8 dataPackTempDir | ||
METHOD method_64335 showCreateWorldScreen (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_437;Lnet/minecraft/class_4877;Lnet/minecraft/class_4445;)V | ||
ARG 0 client | ||
ARG 1 parent | ||
ARG 2 realmsScreen | ||
ARG 3 server | ||
ARG 4 creationTask | ||
METHOD method_64336 (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_437;Lnet/minecraft/class_4883;Lnet/minecraft/class_4445;Lnet/minecraft/class_4877;Ljava/lang/Object;Ljava/lang/Throwable;)Ljava/lang/Object; | ||
ARG 6 v | ||
ARG 7 throwable | ||
METHOD method_64337 saveTempWorld (Lnet/minecraft/class_7780;Lnet/minecraft/class_31;Ljava/nio/file/Path;)Ljava/nio/file/Path; | ||
ARG 0 dynamicRegistries | ||
ARG 1 levelProperties | ||
ARG 2 dataPackTempDir |
22 changes: 22 additions & 0 deletions
22
mappings/net/minecraft/client/realms/util/RealmsUploader.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,22 @@ | ||
CLASS net/minecraft/class_10238 net/minecraft/client/realms/util/RealmsUploader | ||
FIELD field_54372 MAX_ATTEMPTS I | ||
FIELD field_54373 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_54374 client Lnet/minecraft/class_4341; | ||
FIELD field_54375 directory Ljava/nio/file/Path; | ||
FIELD field_54376 options Lnet/minecraft/class_4883; | ||
FIELD field_54377 session Lnet/minecraft/class_320; | ||
FIELD field_54378 worldId J | ||
FIELD field_54379 slotId I | ||
FIELD field_54380 progressTracker Lnet/minecraft/class_10239; | ||
FIELD field_54381 cancelled Z | ||
FIELD field_54382 upload Lnet/minecraft/class_4337; | ||
METHOD <init> (Ljava/nio/file/Path;Lnet/minecraft/class_4883;Lnet/minecraft/class_320;JILnet/minecraft/class_10239;)V | ||
ARG 1 directory | ||
ARG 2 options | ||
ARG 3 session | ||
ARG 4 worldId | ||
ARG 6 slotId | ||
ARG 7 progressTracker | ||
METHOD method_64344 upload ()Ljava/util/concurrent/CompletableFuture; | ||
METHOD method_64345 cancel ()V | ||
METHOD method_64346 uploadSync ()Lnet/minecraft/class_4888; |
18 changes: 18 additions & 0 deletions
18
mappings/net/minecraft/client/realms/util/UploadCompressor.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,18 @@ | ||
CLASS net/minecraft/class_10237 net/minecraft/client/realms/util/UploadCompressor | ||
FIELD field_54368 MAX_SIZE J | ||
FIELD field_54370 cancellationSupplier Ljava/util/function/BooleanSupplier; | ||
FIELD field_54371 directory Ljava/nio/file/Path; | ||
METHOD <init> (Ljava/nio/file/Path;Ljava/util/function/BooleanSupplier;)V | ||
ARG 1 directory | ||
ARG 2 cancellationSupplier | ||
METHOD method_64340 run ()Ljava/io/File; | ||
METHOD method_64341 validateSize (J)V | ||
ARG 1 size | ||
METHOD method_64342 compress (Ljava/nio/file/Path;Ljava/util/function/BooleanSupplier;)Ljava/io/File; | ||
ARG 0 directory | ||
ARG 1 cancellationSupplier | ||
METHOD method_64343 compress (Lorg/apache/commons/compress/archivers/tar/TarArchiveOutputStream;Ljava/nio/file/Path;Ljava/lang/String;Z)V | ||
ARG 1 stream | ||
ARG 2 directory | ||
ARG 3 prefix | ||
ARG 4 root |
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/client/realms/util/UploadProgressTracker.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_10239 net/minecraft/client/realms/util/UploadProgressTracker | ||
METHOD method_64349 getUploadProgress ()Lnet/minecraft/class_4351; | ||
METHOD method_64350 updateProgressDisplay ()V | ||
METHOD method_64351 create ()Lnet/minecraft/class_10239; | ||
CLASS 1 | ||
FIELD field_54383 progress Lnet/minecraft/class_4351; |
3 changes: 2 additions & 1 deletion
3
...nt/realms/gui/screen/UploadResult.mapping → ...t/client/realms/util/UploadResult.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