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