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.
Block placer & state provider classes (FabricMC#1695)
- Loading branch information
Showing
10 changed files
with
26 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
CLASS net/minecraft/class_4629 net/minecraft/world/gen/placer/BlockPlacer | ||
FIELD field_24865 TYPE_CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_23403 generate (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Random;)V | ||
ARG 1 world | ||
ARG 2 pos | ||
ARG 3 state | ||
ARG 4 random | ||
METHOD method_28673 getType ()Lnet/minecraft/class_4630; |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/world/gen/placer/BlockPlacerType.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,3 +1,8 @@ | ||
CLASS net/minecraft/class_4630 net/minecraft/world/gen/placer/BlockPlacerType | ||
FIELD field_24866 codec Lcom/mojang/serialization/Codec; | ||
METHOD <init> (Lcom/mojang/serialization/Codec;)V | ||
ARG 1 codec | ||
METHOD method_23405 register (Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_4630; | ||
ARG 0 id | ||
ARG 1 codec | ||
METHOD method_28674 getCodec ()Lcom/mojang/serialization/Codec; |
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/world/gen/placer/DoublePlantPlacer.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 +1,3 @@ | ||
CLASS net/minecraft/class_4632 net/minecraft/world/gen/placer/DoublePlantPlacer | ||
FIELD field_24868 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_24869 INSTANCE Lnet/minecraft/class_4632; |
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/world/gen/stateprovider/BlockStateProvider.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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/world/gen/stateprovider/SimpleBlockStateProvider.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,3 +1,5 @@ | ||
CLASS net/minecraft/class_4656 net/minecraft/world/gen/stateprovider/SimpleBlockStateProvider | ||
FIELD field_21314 state Lnet/minecraft/class_2680; | ||
FIELD field_24945 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD <init> (Lnet/minecraft/class_2680;)V | ||
ARG 1 state |
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