Class ItemApplicationRecipe

java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,ItemApplicationRecipeParams>
com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>
Direct Known Subclasses:
DeployerApplicationRecipe, ManualApplicationRecipe

public class ItemApplicationRecipe extends ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,ItemApplicationRecipeParams>
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(net.neoforged.neoforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level p_77569_2_)
    • getMaxInputCount

      protected int getMaxInputCount()
      Specified by:
      getMaxInputCount in class ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,ItemApplicationRecipeParams>
    • getMaxOutputCount

      protected int getMaxOutputCount()
      Specified by:
      getMaxOutputCount in class ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,ItemApplicationRecipeParams>
    • shouldKeepHeldItem

      public boolean shouldKeepHeldItem()
    • getRequiredHeldItem

      public net.minecraft.world.item.crafting.Ingredient getRequiredHeldItem()
    • getProcessedItem

      public net.minecraft.world.item.crafting.Ingredient getProcessedItem()