public abstract static class RefineryRecipeRegistry.HeatExchangeRecipe extends RefineryRecipeRegistry.RefineryRecipe implements IRefineryRecipeManager.IHeatExchangerRecipe
Constructor and Description |
---|
HeatExchangeRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
Modifier and Type | Method and Description |
---|---|
int |
heatFrom() |
int |
heatTo() |
net.minecraftforge.fluids.FluidStack |
out() |
in
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
in
public HeatExchangeRecipe(net.minecraftforge.fluids.FluidStack in, net.minecraftforge.fluids.FluidStack out, int heatFrom, int heatTo)
public net.minecraftforge.fluids.FluidStack out()
out
in interface IRefineryRecipeManager.IHeatExchangerRecipe
public int heatFrom()
heatFrom
in interface IRefineryRecipeManager.IHeatExchangerRecipe
public int heatTo()
heatTo
in interface IRefineryRecipeManager.IHeatExchangerRecipe