Interface IHygroregulatorRecipe

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

public interface IHygroregulatorRecipe extends IForestryRecipe
  • Method Details

    • getInputFluid

      net.minecraftforge.fluids.FluidStack getInputFluid()
      Returns:
      FluidStack containing information on fluid and amount.
    • getRetainTime

      int getRetainTime()
      Returns:
      How long the temperature change from this recipe will last before more fluid is consumed.
    • getHumiditySteps

      byte getHumiditySteps()
      Returns:
      The humidity change that this recipe causes in one work cycle.
    • getTemperatureSteps

      byte getTemperatureSteps()
      Returns:
      The temperature change that this recipe causes in one work cycle.