MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / temperature

Method temperature

src/main/java/gregapi/data/FL.java:788–788  ·  view source on GitHub ↗
(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

786 public static int dir(Fluid aFluid) {return lighter(aFluid) ? +1 : -1;}
787
788 public static long temperature(IFluidTank aFluid) {return temperature(aFluid.getFluid());}
789 public static long temperature(IFluidTank aFluid, long aDefault) {return temperature(aFluid.getFluid(), aDefault);}
790
791 public static long temperature(Fluid aFluid) {return temperature(aFluid, DEF_ENV_TEMP);}

Callers 15

addInformationMethod · 0.95
displayMethod · 0.95
fillMethod · 0.95
getFluidMethod · 0.95
onServerTickPreMethod · 0.95
onToolClick2Method · 0.95
onTick2Method · 0.95
allowFluidMethod · 0.95
isFluidAllowedMethod · 0.95
onTickPostMethod · 0.95
getFluidTankFillable2Method · 0.95
fillMethod · 0.95

Calls 5

makeMethod · 0.95
getTemperatureMethod · 0.65
getFluidMethod · 0.45
equalsMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected