Interface SingleStackRecipe.RecipeFactory<T extends SingleStackRecipe>

Enclosing class:
SingleStackRecipe
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SingleStackRecipe.RecipeFactory<T extends SingleStackRecipe>
Mappings:
Namespace Name
named net/minecraft/recipe/SingleStackRecipe$RecipeFactory
intermediary net/minecraft/class_3972$class_3974
official dcv$a
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String group, Ingredient ingredient, ItemStack result)
     
  • Method Details

    • create

      T create(String group, Ingredient ingredient, ItemStack result)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/recipe/SingleStackRecipe$RecipeFactory;create(Ljava/lang/String;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/recipe/SingleStackRecipe;
      intermediary create Lnet/minecraft/class_3972$class_3974;create(Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;)Lnet/minecraft/class_3972;
      official create Ldcv$a;create(Ljava/lang/String;Ldbz;Lcxo;)Ldcv;