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

@ParametersAreNonnullByDefault public class CrushingRecipe extends AbstractCrushingRecipe
  • Constructor Details

  • Method Details

    • matches

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

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