Interface HTEmiPlugin.Factory
-
- All Implemented Interfaces:
public interface HTEmiPlugin.Factory<RECIPE extends Object, EMI_RECIPE extends EmiRecipe>
-
-
Method Summary
Modifier and Type Method Description abstract EMI_RECIPEcreate(ResourceLocation id, RECIPE recipe)EMI_RECIPEcreate(Pair<ResourceLocation, RECIPE> pair)-
-
Method Detail
-
create
abstract EMI_RECIPE create(ResourceLocation id, RECIPE recipe)
-
create
EMI_RECIPE create(Pair<ResourceLocation, RECIPE> pair)
-
-
-
-