Interface TeslaSynthesizerRecipe.Factory<T extends TeslaSynthesizerRecipe>

Enclosing class:
TeslaSynthesizerRecipe

public static interface TeslaSynthesizerRecipe.Factory<T extends TeslaSynthesizerRecipe>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String group, net.minecraft.world.item.crafting.Ingredient blockIngredient, net.minecraft.world.item.crafting.Ingredient material1, net.minecraft.world.item.crafting.Ingredient material2, net.minecraft.world.item.ItemStack result, int cookTime)
     
  • Method Details

    • create

      T create(String group, net.minecraft.world.item.crafting.Ingredient blockIngredient, net.minecraft.world.item.crafting.Ingredient material1, net.minecraft.world.item.crafting.Ingredient material2, net.minecraft.world.item.ItemStack result, int cookTime)