Package net.minecraft.data.server.recipe
Interface RecipeGenerator.BlockFamilyRecipeFactory
- Enclosing class:
RecipeGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/data/server/recipe/RecipeGenerator$BlockFamilyRecipeFactory
intermediary net/minecraft/class_2446$class_10113
official pc$a
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RecipeGenerator generator, ItemConvertible output, ItemConvertible input)
-
Method Details
-
create
CraftingRecipeJsonBuilder create(RecipeGenerator generator, ItemConvertible output, ItemConvertible input) - Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/data/server/recipe/RecipeGenerator$BlockFamilyRecipeFactory;create(Lnet/minecraft/data/server/recipe/RecipeGenerator;Lnet/minecraft/item/ItemConvertible;Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/data/server/recipe/CraftingRecipeJsonBuilder;
intermediary create
Lnet/minecraft/class_2446$class_10113;create(Lnet/minecraft/class_2446;Lnet/minecraft/class_1935;Lnet/minecraft/class_1935;)Lnet/minecraft/class_5797;
official create
Lpc$a;create(Lpc;Ldhg;Ldhg;)Loz;
-