public static class RefineryRecipeRegistry.DistillationRecipe extends RefineryRecipeRegistry.RefineryRecipe implements IRefineryRecipeManager.IDistillationRecipe
Constructor and Description |
---|
DistillationRecipe(long powerRequired,
net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack outGas,
net.minecraftforge.fluids.FluidStack outLiquid) |
Modifier and Type | Method and Description |
---|---|
net.minecraftforge.fluids.FluidStack |
outGas() |
net.minecraftforge.fluids.FluidStack |
outLiquid() |
long |
powerRequired() |
in
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
in
public DistillationRecipe(long powerRequired, net.minecraftforge.fluids.FluidStack in, net.minecraftforge.fluids.FluidStack outGas, net.minecraftforge.fluids.FluidStack outLiquid)
public net.minecraftforge.fluids.FluidStack outGas()
outGas
in interface IRefineryRecipeManager.IDistillationRecipe
public net.minecraftforge.fluids.FluidStack outLiquid()
outLiquid
in interface IRefineryRecipeManager.IDistillationRecipe
public long powerRequired()
powerRequired
in interface IRefineryRecipeManager.IDistillationRecipe