Interface HTDoubleMultiOutputRecipeCategoryExtension
-
- All Implemented Interfaces:
public interface HTDoubleMultiOutputRecipeCategoryExtension<RECIPE extends HTDoubleMultiOutputRecipe>
-
-
Method Summary
Modifier and Type Method Description abstract <T extends IIngredientAcceptor<T>> UnitsetBase(RECIPE recipe, T accessor)abstract <T extends IIngredientAcceptor<T>> UnitsetAddition(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetOutput(RECIPE recipe, Integer index, T accessor)UnitonDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable baseSlot, IRecipeSlotDrawable additionSlot, List<IRecipeSlotDrawable> outputSlots, IFocusGroup focuses)-
-
Method Detail
-
setAddition
abstract <T extends IIngredientAcceptor<T>> Unit setAddition(RECIPE recipe, T accessor)
-
setOutput
<T extends IIngredientAcceptor<T>> Unit setOutput(RECIPE recipe, Integer index, T accessor)
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable baseSlot, IRecipeSlotDrawable additionSlot, List<IRecipeSlotDrawable> outputSlots, IFocusGroup focuses)
-
-
-
-