Interface StarForgeRecipe.Factory<T extends StarForgeRecipe>

Enclosing class:
StarForgeRecipe

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

    Modifier and Type
    Method
    Description
    create(String group, net.minecraft.world.item.crafting.Ingredient ingot, int ingotCount, net.minecraft.world.item.crafting.Ingredient secondaryMaterial, int secondaryMaterialCount, int smeltTime, net.minecraft.world.item.ItemStack result)
     
  • Method Details

    • create

      T create(String group, net.minecraft.world.item.crafting.Ingredient ingot, int ingotCount, net.minecraft.world.item.crafting.Ingredient secondaryMaterial, int secondaryMaterialCount, int smeltTime, net.minecraft.world.item.ItemStack result)