Package hiiragi283.core.api.data.recipe
Class HTSubRecipeProvider.Integration
-
- All Implemented Interfaces:
public abstract class HTSubRecipeProvider.Integration extends HTSubRecipeProvider
他Modとの連携レシピ向けのHTSubRecipeProviderの拡張クラスです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTSubRecipeProvider.Integration(String mainModId, String integrationModId)
-
Method Summary
Modifier and Type Method Description HolderLookup.ProvidergetProvider()UnitsetProvider(HolderLookup.Provider value)RecipeOutputgetOutput()UnitsetOutput(RecipeOutput value)-
Methods inherited from class hiiragi283.core.api.data.recipe.HTSubRecipeProvider
buildRecipes, getEnchantment -
Methods inherited from class hiiragi283.core.api.data.recipe.HTRecipeProviderContext
baseOrDust, baseOrPrefix, save -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getProvider
HolderLookup.Provider getProvider()
-
setProvider
Unit setProvider(HolderLookup.Provider value)
-
getOutput
RecipeOutput getOutput()
-
-
-
-