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

public class EmptyingRecipe extends ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(net.minecraftforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level p_77569_2_)
    • 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>
    • getMaxFluidOutputCount

      protected int getMaxFluidOutputCount()
      Overrides:
      getMaxFluidOutputCount in class ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
    • getResultingFluid

      public net.minecraftforge.fluids.FluidStack getResultingFluid()