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

Method steam

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

@return if that Liquid is Steam

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

153
154 /** @return if that Liquid is Steam */
155 @Deprecated public static boolean steam(IFluidTank aFluid) {return aFluid != null && steam(aFluid.getFluid());}
156 /** @return if that Liquid is Steam */
157 @Deprecated public static boolean steam(FluidStack aFluid) {return aFluid != null && steam(aFluid.getFluid());}
158 /** @return if that Liquid is Steam */

Callers 1

anysteamMethod · 0.95

Calls 3

makeMethod · 0.95
isMethod · 0.65
getFluidMethod · 0.45

Tested by

no test coverage detected