Class ExpandItemApplicationRecipe

java.lang.Object
com.blamejared.createtweaker.natives.recipe.ExpandItemApplicationRecipe

@ZenRegister public class ExpandItemApplicationRecipe extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.blamejared.crafttweaker.api.ingredient.IIngredient
    getProcessedItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal)
    Gets the processed Item.
    static com.blamejared.crafttweaker.api.ingredient.IIngredient
    getRequiredHeldItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal)
    Gets the required held item.
    static boolean
    shouldKeepHeldItem(com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe internal)
    Should the recipe keep the held item?

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.