Interface RecipeInput.Factory
- Enclosing interface:
- RecipeInput
public static interface RecipeInput.Factory
- 
Method SummaryModifier and TypeMethodDescriptioncrafting(GridInventory grid) Creates a recipe input forCraftingRecipesingle(ItemStackLike stack) Creates a recipe input forCookingRecipeandStoneCutterRecipesmithing(ItemStackLike templateStack, ItemStackLike baseStack, ItemStackLike additionStack) Creates a recipe input forSmithingRecipe
- 
Method Details- 
singleCreates a recipe input forCookingRecipeandStoneCutterRecipe- Parameters:
- stack- the single input stack
- Returns:
- the recipe input
 
- 
smithingRecipeInput.Smithing smithing(ItemStackLike templateStack, ItemStackLike baseStack, ItemStackLike additionStack) Creates a recipe input forSmithingRecipe- Parameters:
- templateStack- the template item to use
- baseStack- the base item to use
- additionStack- the additional item to use
- Returns:
- the recipe input
 
- 
craftingCreates a recipe input forCraftingRecipe- Parameters:
- grid- the grid inventory
- Returns:
- the recipe input
 
 
-