Class ManualApplicationRecipe

java.lang.Object
com.simibubi.create.content.contraptions.processing.ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
com.simibubi.create.content.contraptions.processing.ItemApplicationRecipe
com.simibubi.create.content.contraptions.components.deployer.ManualApplicationRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraftforge.items.wrapper.RecipeWrapper>

public class ManualApplicationRecipe extends ItemApplicationRecipe
  • Constructor Details

  • Method Details

    • manualApplicationRecipesApplyInWorld

      public static void manualApplicationRecipesApplyInWorld(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event)
    • asDeploying

      public static DeployerApplicationRecipe asDeploying(net.minecraft.world.item.crafting.Recipe<?> recipe)
    • testBlock

      public boolean testBlock(net.minecraft.world.level.block.state.BlockState in)
    • transformBlock

      public net.minecraft.world.level.block.state.BlockState transformBlock(net.minecraft.world.level.block.state.BlockState in)
    • rollResults

      public List<net.minecraft.world.item.ItemStack> rollResults()
      Overrides:
      rollResults in class ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
    • getRollableResultsExceptBlock

      public List<ProcessingOutput> getRollableResultsExceptBlock()