Class HTEternalSmithingCategoryExtension
-
- All Implemented Interfaces:
-
mezz.jei.api.recipe.category.extensions.vanilla.smithing.ISmithingCategoryExtension
public final class HTEternalSmithingCategoryExtension implements ISmithingCategoryExtension<HTEternalSmithingRecipe>
-
-
Constructor Summary
Constructors Constructor Description HTEternalSmithingCategoryExtension(IIngredientManager manager)
-
Method Summary
Modifier and Type Method Description <T extends IIngredientAcceptor<T>> UnitsetTemplate(HTEternalSmithingRecipe recipe, T ingredientAcceptor)<T extends IIngredientAcceptor<T>> UnitsetBase(HTEternalSmithingRecipe recipe, T ingredientAcceptor)<T extends IIngredientAcceptor<T>> UnitsetAddition(HTEternalSmithingRecipe recipe, T ingredientAcceptor)UnitonDisplayedIngredientsUpdate(HTEternalSmithingRecipe recipe, IRecipeSlotDrawable templateSlot, IRecipeSlotDrawable baseSlot, IRecipeSlotDrawable additionSlot, IRecipeSlotDrawable outputSlot, IFocusGroup focuses)-
-
Method Detail
-
setTemplate
<T extends IIngredientAcceptor<T>> Unit setTemplate(HTEternalSmithingRecipe recipe, T ingredientAcceptor)
-
setBase
<T extends IIngredientAcceptor<T>> Unit setBase(HTEternalSmithingRecipe recipe, T ingredientAcceptor)
-
setAddition
<T extends IIngredientAcceptor<T>> Unit setAddition(HTEternalSmithingRecipe recipe, T ingredientAcceptor)
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(HTEternalSmithingRecipe recipe, IRecipeSlotDrawable templateSlot, IRecipeSlotDrawable baseSlot, IRecipeSlotDrawable additionSlot, IRecipeSlotDrawable outputSlot, IFocusGroup focuses)
-
-
-
-