Class ExpandItemApplicationRecipe
java.lang.Object
com.blamejared.createtweaker.natives.recipe.ExpandItemApplicationRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.blamejared.crafttweaker.api.ingredient.IIngredientgetProcessedItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal) Gets the processed Item.static com.blamejared.crafttweaker.api.ingredient.IIngredientgetRequiredHeldItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal) Gets the required held item.static booleanshouldKeepHeldItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal) Should the recipe keep the held item?
-
Constructor Details
-
ExpandItemApplicationRecipe
public ExpandItemApplicationRecipe()
-
-
Method Details
-
shouldKeepHeldItem
public static boolean shouldKeepHeldItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal) Should the recipe keep the held item?- Returns:
- True if the recipe keeps the held item. False otherwise.
-
getRequiredHeldItem
public static com.blamejared.crafttweaker.api.ingredient.IIngredient getRequiredHeldItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal) Gets the required held item.- Returns:
- The required held item.
-
getProcessedItem
public static com.blamejared.crafttweaker.api.ingredient.IIngredient getProcessedItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal) Gets the processed Item.- Returns:
- The processed Item.
-