Interface HTItemToItemRecipeCategoryExtension
-
- All Implemented Interfaces:
public interface HTItemToItemRecipeCategoryExtension<RECIPE extends HTItemToItemRecipe>
-
-
Method Summary
Modifier and Type Method Description abstract <T extends IIngredientAcceptor<T>> UnitsetInput(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetOutput(RECIPE recipe, T accessor)UnitonDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable inputSlot, IRecipeSlotDrawable outputSlot, IFocusGroup focuses)-
-
Method Detail
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable inputSlot, IRecipeSlotDrawable outputSlot, IFocusGroup focuses)
-
-
-
-