Package net.minecraft.data.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/recipe/RecipeGenerator$BlockFamilyRecipeFactory- intermediary - net/minecraft/class_2446$class_10113- official - oc$a
- 
Method SummaryModifier and TypeMethodDescriptioncreate(RecipeGenerator generator, ItemConvertible output, ItemConvertible input) 
- 
Method Details- 
createCraftingRecipeJsonBuilder create(RecipeGenerator generator, ItemConvertible output, ItemConvertible input) - Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/data/recipe/RecipeGenerator$BlockFamilyRecipeFactory;create(Lnet/minecraft/data/recipe/RecipeGenerator;Lnet/minecraft/item/ItemConvertible;Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/data/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- Loc$a;create(Loc;Ldgi;Ldgi;)Lnz;
 
 
-