public static class CoolantRegistry.Coolant extends java.lang.Object implements ICoolant
Constructor and Description |
---|
Coolant(net.minecraftforge.fluids.FluidStack fluid,
float degreesCoolingPerMB) |
Modifier and Type | Method and Description |
---|---|
float |
getDegreesCoolingPerMB(net.minecraftforge.fluids.FluidStack stack,
float heat) |
boolean |
matchesFluid(net.minecraftforge.fluids.FluidStack stack) |
public Coolant(net.minecraftforge.fluids.FluidStack fluid, float degreesCoolingPerMB)
public boolean matchesFluid(net.minecraftforge.fluids.FluidStack stack)
matchesFluid
in interface ICoolant
public float getDegreesCoolingPerMB(net.minecraftforge.fluids.FluidStack stack, float heat)
getDegreesCoolingPerMB
in interface ICoolant