-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Map more stuff * Map realms * Delete mappings/net/minecraft/data/server/tag/BundleItemTagProvider.mapping
- Loading branch information
Showing
39 changed files
with
219 additions
and
33 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
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,4 @@ | ||
CLASS net/minecraft/class_10226 net/minecraft/client/gl/GlBufferTarget | ||
FIELD field_54337 id I | ||
METHOD <init> (Ljava/lang/String;II)V | ||
ARG 3 id |
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_10229 net/minecraft/client/gl/GlFenceSync | ||
FIELD field_54359 handle J | ||
METHOD method_64324 wait (J)Z | ||
ARG 1 timeoutNanos |
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,8 @@ | ||
CLASS net/minecraft/class_8555 net/minecraft/client/gl/GlUsage | ||
FIELD field_44795 id I | ||
FIELD field_54348 readable Z | ||
FIELD field_54349 writable Z | ||
METHOD <init> (Ljava/lang/String;IIZZ)V | ||
ARG 3 id | ||
ARG 4 readable | ||
ARG 5 writable |
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_10227 net/minecraft/client/gl/GpuBuffer | ||
FIELD field_54350 handle I | ||
FIELD field_54351 size I | ||
FIELD field_54352 MEMORY_POOL Lcom/mojang/jtracy/MemoryPool; | ||
FIELD field_54353 target Lnet/minecraft/class_10226; | ||
FIELD field_54354 usage Lnet/minecraft/class_8555; | ||
FIELD field_54355 closed Z | ||
FIELD field_54356 initialized Z | ||
METHOD <init> (Lnet/minecraft/class_10226;Lnet/minecraft/class_8555;I)V | ||
ARG 1 target | ||
ARG 2 usage | ||
ARG 3 size | ||
METHOD <init> (Lnet/minecraft/class_10226;Lnet/minecraft/class_8555;Ljava/nio/ByteBuffer;)V | ||
ARG 1 target | ||
ARG 2 usage | ||
ARG 3 buf | ||
METHOD method_64318 read ()Lnet/minecraft/class_10227$class_10228; | ||
METHOD method_64319 resize (I)V | ||
ARG 1 newSize | ||
METHOD method_64320 read (II)Lnet/minecraft/class_10227$class_10228; | ||
ARG 1 offset | ||
ARG 2 bytes | ||
METHOD method_64321 copyFrom (Ljava/nio/ByteBuffer;I)V | ||
ARG 1 buf | ||
ARG 2 offset | ||
METHOD method_64322 bind ()V | ||
CLASS class_10228 ReadResult | ||
FIELD field_54357 handle I | ||
FIELD field_54358 buf Ljava/nio/ByteBuffer; | ||
METHOD <init> (ILjava/nio/ByteBuffer;)V | ||
ARG 1 handle | ||
ARG 2 buf | ||
METHOD method_64323 getBuf ()Ljava/nio/ByteBuffer; |
This file was deleted.
Oops, something went wrong.
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: 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
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
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/data/server/recipe/BundleRecipeGenerator.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,2 +1,3 @@ | ||
CLASS net/minecraft/class_7801 net/minecraft/data/server/recipe/BundleRecipeGenerator | ||
METHOD method_64383 generateDyed ()V | ||
CLASS class_10115 Provider |
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
2 changes: 1 addition & 1 deletion
2
...ft/recipe/CraftingTransmuteRecipe.mapping → .../minecraft/recipe/TransmuteRecipe.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
Oops, something went wrong.