Object HTPotionTankInteractionCategoryExtension
-
- All Implemented Interfaces:
-
hiiragi283.core.client.jei.extension.HTTankInteractionCategoryExtension
public class HTPotionTankInteractionCategoryExtension implements HTTankInteractionCategoryExtension<HTPotionTankInteraction>
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTPotionTankInteractionCategoryExtensionINSTANCE
-
Method Summary
Modifier and Type Method Description <T extends IIngredientAcceptor<T>> UnitsetEmptyContainer(HTPotionTankInteraction recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetFluid(HTPotionTankInteraction recipe, T accessor)UnitonDisplayedIngredientsUpdate(HTPotionTankInteraction recipe, IRecipeSlotDrawable emptySlot, IRecipeSlotDrawable filledSlot, IRecipeSlotDrawable fluidSlot, IFocusGroup focuses)-
-
Method Detail
-
setEmptyContainer
<T extends IIngredientAcceptor<T>> Unit setEmptyContainer(HTPotionTankInteraction recipe, T accessor)
-
setFluid
<T extends IIngredientAcceptor<T>> Unit setFluid(HTPotionTankInteraction recipe, T accessor)
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(HTPotionTankInteraction recipe, IRecipeSlotDrawable emptySlot, IRecipeSlotDrawable filledSlot, IRecipeSlotDrawable fluidSlot, IFocusGroup focuses)
-
-
-
-