Interface HTTankInteractionCategoryExtension
-
- All Implemented Interfaces:
public interface HTTankInteractionCategoryExtension<RECIPE extends HTTankInteraction>
-
-
Method Summary
Modifier and Type Method Description <T extends IIngredientAcceptor<T>> UnitsetEmptyContainer(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetFilledContainer(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetFluid(RECIPE recipe, T accessor)UnitonDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable emptySlot, IRecipeSlotDrawable filledSlot, IRecipeSlotDrawable fluidSlot, IFocusGroup focuses)-
-
Method Detail
-
setEmptyContainer
<T extends IIngredientAcceptor<T>> Unit setEmptyContainer(RECIPE recipe, T accessor)
-
setFilledContainer
<T extends IIngredientAcceptor<T>> Unit setFilledContainer(RECIPE recipe, T accessor)
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable emptySlot, IRecipeSlotDrawable filledSlot, IRecipeSlotDrawable fluidSlot, IFocusGroup focuses)
-
-
-
-