Interface HTSingleMultiOutputRecipeBuilder.Factory
-
- All Implemented Interfaces:
public interface HTSingleMultiOutputRecipeBuilder.Factory<RECIPE extends HTSerializableRecipe<?>>
-
-
Method Summary
Modifier and Type Method Description abstract RECIPEcreate(HTItemIngredient ingredient, List<HTItemResult> results, Integer time)-
-
Method Detail
-
create
abstract RECIPE create(HTItemIngredient ingredient, List<HTItemResult> results, Integer time)
-
-
-
-