Package hiiragi283.lib.recipe.ingredient
Class IngredientsKt
-
- All Implemented Interfaces:
public final class IngredientsKt
-
-
Method Summary
Modifier and Type Method Description final static Booleantest(Ingredient $self, TypedInstance<Item> instance)final static IntegergetRequiredAmount(Ingredient $self, TypedInstance<Item> instance)final static IntegergetRequiredAmount(FluidIngredient $self, TypedInstance<Fluid> instance)-
-
Method Detail
-
getRequiredAmount
final static Integer getRequiredAmount(Ingredient $self, TypedInstance<Item> instance)
- Since:
0.16.0
-
getRequiredAmount
final static Integer getRequiredAmount(FluidIngredient $self, TypedInstance<Fluid> instance)
- Since:
0.16.0
-
-
-
-