MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / lava

Method lava

src/main/java/gregapi/util/UT.java:148–148  ·  view source on GitHub ↗

@return if that Liquid is Lava

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

146
147 /** @return if that Liquid is Lava */
148 @Deprecated public static boolean lava(IFluidTank aFluid) {return aFluid != null && lava(aFluid.getFluid());}
149 /** @return if that Liquid is Lava */
150 @Deprecated public static boolean lava(FluidStack aFluid) {return aFluid != null && lava(aFluid.getFluid());}
151 /** @return if that Liquid is Lava */

Callers

nothing calls this directly

Calls 2

makeMethod · 0.95
getFluidMethod · 0.45

Tested by

no test coverage detected