Interface HTPlantingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTBiRecipeFactory,hiiragi283.core.api.recipe.HTRecipePredicate,hiiragi283.core.api.recipe.base.HTProgressRecipe,hiiragi283.core.api.recipe.base.HTRecipeFactories.DoubleItem,hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleInput,hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleItem,java.util.function.BiPredicate
public interface HTPlantingRecipe implements HTRecipePredicates.DoubleItem, HTRecipeFactories.DoubleItem<Iterable<ItemStack>>, HTProgressRecipe<RecipeInput>
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetRequiredPlantAmount(ItemStack first)Pair<Integer, Integer>getRequiredAmount(ItemStack first, ItemStack second)-
Methods inherited from class hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleItem
matches -
Methods inherited from class hiiragi283.core.api.recipe.base.HTRecipePredicates.DoubleInput
test -
Methods inherited from class java.util.function.BiPredicate
and, negate, or -
Methods inherited from class hiiragi283.core.api.recipe.HTBiRecipeFactory
assemble -
Methods inherited from class hiiragi283.core.api.recipe.base.HTProgressRecipe
getProgressData -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRequiredPlantAmount
abstract Integer getRequiredPlantAmount(ItemStack first)
-
getRequiredAmount
Pair<Integer, Integer> getRequiredAmount(ItemStack first, ItemStack second)
-
-
-
-