Class EmptyingRecipe

java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.minecraft.world.item.crafting.SingleRecipeInput>
com.simibubi.create.content.fluids.transfer.EmptyingRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.SingleRecipeInput>

public class EmptyingRecipe extends ProcessingRecipe<net.minecraft.world.item.crafting.SingleRecipeInput>
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(net.minecraft.world.item.crafting.SingleRecipeInput inv, net.minecraft.world.level.Level p_77569_2_)
    • getMaxInputCount

      protected int getMaxInputCount()
      Specified by:
      getMaxInputCount in class ProcessingRecipe<net.minecraft.world.item.crafting.SingleRecipeInput>
    • getMaxOutputCount

      protected int getMaxOutputCount()
      Specified by:
      getMaxOutputCount in class ProcessingRecipe<net.minecraft.world.item.crafting.SingleRecipeInput>
    • getMaxFluidOutputCount

      protected int getMaxFluidOutputCount()
      Overrides:
      getMaxFluidOutputCount in class ProcessingRecipe<net.minecraft.world.item.crafting.SingleRecipeInput>
    • getResultingFluid

      public net.neoforged.neoforge.fluids.FluidStack getResultingFluid()