-
Notifications
You must be signed in to change notification settings - Fork 384
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
39 changed files
with
148 additions
and
4 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
mappings/net/minecraft/block/entity/CrafterBlockEntity.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
5 changes: 4 additions & 1 deletion
5
mappings/net/minecraft/client/gui/screen/DatapackFailureScreen.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
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
11 changes: 10 additions & 1 deletion
11
mappings/net/minecraft/client/render/BufferBuilderStorage.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,11 +1,20 @@ | ||
CLASS net/minecraft/class_4599 net/minecraft/client/render/BufferBuilderStorage | ||
FIELD field_20956 blockBuilders Lnet/minecraft/class_750; | ||
FIELD field_20956 blockBufferBuilders Lnet/minecraft/class_750; | ||
FIELD field_20959 effectVertexConsumers Lnet/minecraft/class_4597$class_4598; | ||
FIELD field_20961 outlineVertexConsumers Lnet/minecraft/class_4618; | ||
FIELD field_46900 blockBufferBuildersPool Lnet/minecraft/class_8901; | ||
FIELD field_46901 entityVertexConsumers Lnet/minecraft/class_4597$class_4598; | ||
METHOD <init> (I)V | ||
ARG 1 maxBlockBuildersPoolSize | ||
METHOD method_22997 getBlockBufferBuilders ()Lnet/minecraft/class_750; | ||
METHOD method_23000 getEntityVertexConsumers ()Lnet/minecraft/class_4597$class_4598; | ||
METHOD method_23001 getEffectVertexConsumers ()Lnet/minecraft/class_4597$class_4598; | ||
METHOD method_23003 getOutlineVertexConsumers ()Lnet/minecraft/class_4618; | ||
METHOD method_23798 assignBufferBuilder (Lit/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap;Lnet/minecraft/class_1921;)V | ||
ARG 0 builderStorage | ||
ARG 1 layer | ||
METHOD method_54639 (Lit/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap;)V | ||
ARG 1 map | ||
METHOD method_54640 getBlockBufferBuildersPool ()Lnet/minecraft/class_8901; | ||
METHOD method_54641 (Lit/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap;Lnet/minecraft/class_1921;)V | ||
ARG 1 renderLayer |
13 changes: 13 additions & 0 deletions
13
mappings/net/minecraft/client/render/chunk/BlockBufferBuilderPool.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,13 @@ | ||
CLASS net/minecraft/class_8901 net/minecraft/client/render/chunk/BlockBufferBuilderPool | ||
FIELD field_46904 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_46905 availableBuilders Ljava/util/Queue; | ||
FIELD field_46906 availableBuilderCount I | ||
METHOD <init> (Ljava/util/List;)V | ||
ARG 1 availableBuilders | ||
METHOD method_54642 acquire ()Lnet/minecraft/class_750; | ||
METHOD method_54643 allocate (I)Lnet/minecraft/class_8901; | ||
ARG 0 max | ||
METHOD method_54644 release (Lnet/minecraft/class_750;)V | ||
ARG 1 builders | ||
METHOD method_54645 hasNoAvailableBuilder ()Z | ||
METHOD method_54646 getAvailableBuilderCount ()I |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/client/render/chunk/BlockBufferBuilderStorage.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_750 net/minecraft/client/render/chunk/BlockBufferBuilderStorage | ||
FIELD field_3951 builders Ljava/util/Map; | ||
FIELD field_46902 EXPECTED_TOTAL_SIZE I | ||
METHOD method_22705 clear ()V | ||
METHOD method_22706 (Lnet/minecraft/class_1921;)Lnet/minecraft/class_287; | ||
ARG 0 renderLayer | ||
METHOD method_22707 (Lnet/minecraft/class_1921;)Lnet/minecraft/class_1921; | ||
ARG 0 renderLayer | ||
METHOD method_23501 reset ()V | ||
METHOD method_3154 get (Lnet/minecraft/class_1921;)Lnet/minecraft/class_287; | ||
ARG 1 layer |
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
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_8879 net/minecraft/datafixer/schema/Schema3682 | ||
METHOD registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; | ||
ARG 1 schema |
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_8880 net/minecraft/datafixer/schema/Schema3683 | ||
METHOD registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; | ||
ARG 1 schema |
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
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/registry/OneTwentyOneBuiltinRegistries.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_8906 net/minecraft/registry/OneTwentyOneBuiltinRegistries | ||
METHOD method_54659 createWrapperLookup (Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 0 registriesFuture |
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/structure/pool/alias/DirectStructurePoolAliasBinding.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,4 @@ | ||
CLASS net/minecraft/class_8888 net/minecraft/structure/pool/alias/DirectStructurePoolAliasBinding | ||
FIELD field_46824 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_54501 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
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/structure/pool/alias/RandomStructurePoolAliasBinding.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,4 +1,6 @@ | ||
CLASS net/minecraft/class_8892 net/minecraft/structure/pool/alias/RandomStructurePoolAliasBinding | ||
FIELD field_46827 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_54514 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_54515 (Ljava/util/function/BiConsumer;Lnet/minecraft/class_6008$class_6010;)V | ||
ARG 2 pool |
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.