Interface HTItemOrFluidRecipeCategoryExtension
-
- All Implemented Interfaces:
public interface HTItemOrFluidRecipeCategoryExtension<RECIPE extends HTItemOrFluidRecipe>
-
-
Method Summary
Modifier and Type Method Description abstract <T extends IIngredientAcceptor<T>> UnitsetInputFluid(RECIPE recipe, T accessor)abstract <T extends IIngredientAcceptor<T>> UnitsetInputItem(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetOutputItem(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetOutputFluid(RECIPE recipe, T accessor)UnitonDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable inputFluid, IRecipeSlotDrawable inputItem, IRecipeSlotDrawable outputItem, IRecipeSlotDrawable outputFluid, IFocusGroup focuses)-
-
Method Detail
-
setInputFluid
abstract <T extends IIngredientAcceptor<T>> Unit setInputFluid(RECIPE recipe, T accessor)
-
setInputItem
abstract <T extends IIngredientAcceptor<T>> Unit setInputItem(RECIPE recipe, T accessor)
-
setOutputItem
<T extends IIngredientAcceptor<T>> Unit setOutputItem(RECIPE recipe, T accessor)
-
setOutputFluid
<T extends IIngredientAcceptor<T>> Unit setOutputFluid(RECIPE recipe, T accessor)
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable inputFluid, IRecipeSlotDrawable inputItem, IRecipeSlotDrawable outputItem, IRecipeSlotDrawable outputFluid, IFocusGroup focuses)
-
-
-
-