Object HTSimpleTankInteractionCategoryExtension
-
- All Implemented Interfaces:
-
hiiragi283.core.api.integration.jei.extension.HTTankInteractionCategoryExtension
public class HTSimpleTankInteractionCategoryExtension implements HTTankInteractionCategoryExtension<HTSimpleTankInteraction>
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTSimpleTankInteractionCategoryExtensionINSTANCE
-
Method Summary
Modifier and Type Method Description <T extends IIngredientAcceptor<T>> UnitsetEmptyContainer(HTSimpleTankInteraction recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetFilledContainer(HTSimpleTankInteraction recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetFluid(HTSimpleTankInteraction recipe, T accessor)-
-
Method Detail
-
setEmptyContainer
<T extends IIngredientAcceptor<T>> Unit setEmptyContainer(HTSimpleTankInteraction recipe, T accessor)
-
setFilledContainer
<T extends IIngredientAcceptor<T>> Unit setFilledContainer(HTSimpleTankInteraction recipe, T accessor)
-
setFluid
<T extends IIngredientAcceptor<T>> Unit setFluid(HTSimpleTankInteraction recipe, T accessor)
-
-
-
-