Package hiiragi283.core.api.recipe.base
Interface HTRecipePredicates.TripleInput
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipePredicate,net.neoforged.neoforge.common.util.TriPredicate
public interface HTRecipePredicates.TripleInput<INPUT extends RecipeInput, INPUT_A extends Object, INPUT_B extends Object, INPUT_C extends Object> implements HTRecipePredicate<INPUT>, TriPredicate<INPUT_A, INPUT_B, INPUT_C>
-
-
Method Summary
Modifier and Type Method Description abstract Booleantest(INPUT_A first, INPUT_B second, INPUT_C third)abstract Triple<Integer, Integer, Integer>getRequiredAmount(INPUT_A first, INPUT_B second, INPUT_C third)-
Methods inherited from class hiiragi283.core.api.recipe.HTRecipePredicate
matches -
Methods inherited from class net.neoforged.neoforge.common.util.TriPredicate
and, negate, or -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-