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.
No realms or world load stuff here
- Loading branch information
Showing
56 changed files
with
358 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
CLASS net/minecraft/class_8886 net/minecraft/block/CrafterBlock | ||
FIELD field_46798 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_46799 CRAFTING Lnet/minecraft/class_2746; | ||
FIELD field_46800 TRIGGERED Lnet/minecraft/class_2746; | ||
FIELD field_46801 ORIENTATION Lnet/minecraft/class_2754; | ||
FIELD field_46803 recipeCache Lnet/minecraft/class_8884; | ||
METHOD method_54473 (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_8887;Lnet/minecraft/class_2680;Lnet/minecraft/class_1799;)V | ||
ARG 5 stack | ||
METHOD method_54474 (Lnet/minecraft/class_1799;)V | ||
ARG 0 stack | ||
METHOD method_54475 getCraftingRecipe (Lnet/minecraft/class_1937;Lnet/minecraft/class_8566;)Ljava/util/Optional; | ||
ARG 0 world | ||
ARG 1 inputInventory | ||
METHOD method_54476 transferOrSpawnStack (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_8887;Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)V | ||
ARG 1 world | ||
ARG 2 pos | ||
ARG 3 blockEntity | ||
ARG 4 stack | ||
ARG 5 state | ||
METHOD method_54477 setTriggered (Lnet/minecraft/class_2586;Z)V | ||
ARG 1 blockEntity | ||
ARG 2 triggered | ||
METHOD method_54478 craft (Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V | ||
ARG 1 state | ||
ARG 2 world | ||
ARG 3 pos |
36 changes: 36 additions & 0 deletions
36
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
CLASS net/minecraft/class_8887 net/minecraft/block/entity/CrafterBlockEntity | ||
FIELD field_46816 propertyDelegate Lnet/minecraft/class_3913; | ||
FIELD field_46817 inputStacks Lnet/minecraft/class_2371; | ||
FIELD field_46818 craftingTicksRemaining I | ||
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V | ||
ARG 1 pos | ||
ARG 2 state | ||
METHOD method_54479 betterSlotExists (ILnet/minecraft/class_1799;I)Z | ||
ARG 1 count | ||
ARG 2 stack | ||
ARG 3 slot | ||
METHOD method_54480 setSlotEnabled (IZ)V | ||
ARG 1 slot | ||
ARG 2 enabled | ||
METHOD method_54481 tickCrafting (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_8887;)V | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 state | ||
ARG 3 blockEntity | ||
METHOD method_54482 setTriggered (Z)V | ||
ARG 1 triggered | ||
METHOD method_54483 isSlotDisabled (I)Z | ||
ARG 1 slot | ||
METHOD method_54484 setCraftingTicksRemaining (I)V | ||
ARG 1 craftingTicksRemaining | ||
METHOD method_54485 canToggleSlot (I)Z | ||
ARG 1 slot | ||
METHOD method_54486 putDisabledSlots (Lnet/minecraft/class_2487;)V | ||
ARG 1 nbt | ||
METHOD method_54487 putTriggered (Lnet/minecraft/class_2487;)V | ||
ARG 1 nbt | ||
METHOD method_54488 isTriggered ()Z | ||
METHOD method_54489 getComparatorOutput ()I | ||
CLASS 1 | ||
FIELD field_46820 disabledSlots [I | ||
FIELD field_46821 triggered I |
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
16 changes: 16 additions & 0 deletions
16
mappings/net/minecraft/client/gui/screen/ingame/CrafterScreen.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,16 @@ | ||
CLASS net/minecraft/class_8898 net/minecraft/client/gui/screen/ingame/CrafterScreen | ||
FIELD field_46879 TEXTURE Lnet/minecraft/class_2960; | ||
FIELD field_46880 TOGGLEABLE_SLOT_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_46881 player Lnet/minecraft/class_1657; | ||
FIELD field_46882 DISABLED_SLOT_TEXTURE Lnet/minecraft/class_2960; | ||
FIELD field_46883 POWERED_REDSTONE_TEXTURE Lnet/minecraft/class_2960; | ||
FIELD field_46884 UNPOWERED_REDSTONE_TEXTURE Lnet/minecraft/class_2960; | ||
METHOD <init> (Lnet/minecraft/class_8881;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V | ||
ARG 1 handler | ||
ARG 2 playerInventory | ||
ARG 3 title | ||
METHOD method_54591 drawDisabledSlot (Lnet/minecraft/class_332;Lnet/minecraft/class_8882;)V | ||
ARG 1 context | ||
ARG 2 slot | ||
METHOD method_54592 drawArrowTexture (Lnet/minecraft/class_332;)V | ||
ARG 1 context |
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
15 changes: 15 additions & 0 deletions
15
mappings/net/minecraft/client/particle/WhiteSmokeParticle.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,15 @@ | ||
CLASS net/minecraft/class_8899 net/minecraft/client/particle/WhiteSmokeParticle | ||
METHOD <init> (Lnet/minecraft/class_638;DDDDDDFLnet/minecraft/class_4002;)V | ||
ARG 1 world | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z | ||
ARG 8 velocityX | ||
ARG 10 velocityY | ||
ARG 12 velocityZ | ||
ARG 14 scaleMultiplier | ||
ARG 15 spriteProvider | ||
CLASS class_8900 Factory | ||
FIELD field_46899 spriteProvider Lnet/minecraft/class_4002; | ||
METHOD <init> (Lnet/minecraft/class_4002;)V | ||
ARG 1 spriteProvider |
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
1 change: 1 addition & 0 deletions
1
...t/minecraft/data/server/loottable/onetwentyone/OneTwentyOneBlockLootTableProvider.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_8902 net/minecraft/data/server/loottable/onetwentyone/OneTwentyOneBlockLootTableProvider |
3 changes: 3 additions & 0 deletions
3
...s/net/minecraft/data/server/loottable/onetwentyone/OneTwentyOneLootTableProviders.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_8903 net/minecraft/data/server/loottable/onetwentyone/OneTwentyOneLootTableProviders | ||
METHOD method_54653 createOneTwentyOneProvider (Lnet/minecraft/class_7784;)Lnet/minecraft/class_2438; | ||
ARG 0 output |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/data/server/recipe/OneTwentyOneRecipeProvider.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_8904 net/minecraft/data/server/recipe/OneTwentyOneRecipeProvider |
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/data/server/tag/onetwentyone/OneTwentyOneBlockTagProvider.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_8907 net/minecraft/data/server/tag/onetwentyone/OneTwentyOneBlockTagProvider | ||
METHOD <init> (Lnet/minecraft/class_7784;Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletableFuture;)V | ||
ARG 1 output | ||
ARG 2 registryLookupFuture | ||
ARG 3 blockTagLookupFuture | ||
METHOD method_54660 (Lnet/minecraft/class_2248;)Lnet/minecraft/class_5321; | ||
ARG 0 block |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/data/server/tag/onetwentyone/OneTwentyOneItemTagProvider.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_8908 net/minecraft/data/server/tag/onetwentyone/OneTwentyOneItemTagProvider |
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/datafixer/fix/ChoiceWriteReadFix.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,11 @@ | ||
CLASS net/minecraft/class_8877 net/minecraft/datafixer/fix/ChoiceWriteReadFix | ||
FIELD field_46773 name Ljava/lang/String; | ||
FIELD field_46774 choiceName Ljava/lang/String; | ||
FIELD field_46775 type Lcom/mojang/datafixers/DSL$TypeReference; | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;ZLjava/lang/String;Lcom/mojang/datafixers/DSL$TypeReference;Ljava/lang/String;)V | ||
ARG 1 outputSchema | ||
ARG 2 changesType | ||
ARG 3 name | ||
ARG 4 type | ||
ARG 5 choiceName | ||
METHOD method_54447 transform (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/PrimedTntBlockStateFix.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,5 @@ | ||
CLASS net/minecraft/class_8878 net/minecraft/datafixer/fix/PrimedTntBlockStateFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_54449 fixFuse (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
METHOD method_54450 fixBlockState (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; |
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_8879 net/minecraft/datafixer/schema/Schema3682 |
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_8880 net/minecraft/datafixer/schema/Schema3683 |
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
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/network/packet/c2s/play/SlotChangedStateC2SPacket.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,5 @@ | ||
CLASS net/minecraft/class_8875 net/minecraft/network/packet/c2s/play/SlotChangedStateC2SPacket | ||
FIELD comp_1999 screenHandlerId I | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD comp_1999 screenHandlerId ()I |
Oops, something went wrong.