Object HTHolderEnchantingRecipeCategoryExtension
-
- All Implemented Interfaces:
-
hiiragi283.ragium.client.jei.extension.HTEnchantingRecipeCategoryExtension
public class HTHolderEnchantingRecipeCategoryExtension implements HTEnchantingRecipeCategoryExtension<HTHolderEnchantingRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTHolderEnchantingRecipeCategoryExtensionINSTANCE
-
Method Summary
Modifier and Type Method Description <T extends IIngredientAcceptor<T>> UnitsetExpInput(HTHolderEnchantingRecipe recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetBookInput(HTHolderEnchantingRecipe recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetItemInput(HTHolderEnchantingRecipe recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetOutput(HTHolderEnchantingRecipe recipe, T accessor)-
-
Method Detail
-
setExpInput
<T extends IIngredientAcceptor<T>> Unit setExpInput(HTHolderEnchantingRecipe recipe, T accessor)
-
setBookInput
<T extends IIngredientAcceptor<T>> Unit setBookInput(HTHolderEnchantingRecipe recipe, T accessor)
-
setItemInput
<T extends IIngredientAcceptor<T>> Unit setItemInput(HTHolderEnchantingRecipe recipe, T accessor)
-
setOutput
<T extends IIngredientAcceptor<T>> Unit setOutput(HTHolderEnchantingRecipe recipe, T accessor)
-
-
-
-