Interface AstralCrystalRecipe.Factory<T extends AstralCrystalRecipe>

Enclosing class:
AstralCrystalRecipe

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

    Modifier and Type
    Method
    Description
    create(String group, net.minecraft.world.item.crafting.Ingredient primaryMaterial, net.minecraft.world.item.crafting.Ingredient secondaryMaterial, net.minecraft.world.item.ItemStack result)
     
  • Method Details

    • create

      T create(String group, net.minecraft.world.item.crafting.Ingredient primaryMaterial, net.minecraft.world.item.crafting.Ingredient secondaryMaterial, net.minecraft.world.item.ItemStack result)