Class ConversionRecipe

java.lang.Object
com.simibubi.create.content.contraptions.processing.ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
com.simibubi.create.compat.jei.ConversionRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraftforge.items.wrapper.RecipeWrapper>

@ParametersAreNonnullByDefault public class ConversionRecipe extends ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
Helper recipe type for displaying an item relationship in JEI
  • Constructor Details

  • Method Details

    • create

      public static ConversionRecipe create(net.minecraft.world.item.ItemStack from, net.minecraft.world.item.ItemStack to)
    • matches

      public boolean matches(net.minecraftforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level worldIn)
    • getMaxInputCount

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

      protected int getMaxOutputCount()
      Specified by:
      getMaxOutputCount in class ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>