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

Method anysteam

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

@return if that Liquid is Steam

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

174
175 /** @return if that Liquid is Steam */
176 @Deprecated public static boolean anysteam(IFluidTank aFluid) {return aFluid != null && steam(aFluid.getFluid());}
177 /** @return if that Liquid is Steam */
178 @Deprecated public static boolean anysteam(FluidStack aFluid) {return aFluid != null && steam(aFluid.getFluid());}
179 /** @return if that Liquid is Steam */

Callers

nothing calls this directly

Calls 4

steamMethod · 0.95
containsMethod · 0.65
getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected