Interface IStillRecipe

All Superinterfaces:
IForestryRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>

public interface IStillRecipe extends IForestryRecipe
  • Method Details

    • getCyclesPerUnit

      int getCyclesPerUnit()
      Returns:
      Amount of work cycles required to run through the conversion once.
    • getInput

      net.minecraftforge.fluids.FluidStack getInput()
      Returns:
      FluidStack representing the input liquid.
    • getOutput

      net.minecraftforge.fluids.FluidStack getOutput()
      Returns:
      FluidStack representing the output liquid.
    • matches

      boolean matches(net.minecraftforge.fluids.FluidStack input)