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

Method distw

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

@return if that Liquid is distilled Water

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

139
140 /** @return if that Liquid is distilled Water */
141 @Deprecated public static boolean distw(IFluidTank aFluid) {return aFluid != null && distw(aFluid.getFluid());}
142 /** @return if that Liquid is distilled Water */
143 @Deprecated public static boolean distw(FluidStack aFluid) {return aFluid != null && distw(aFluid.getFluid());}
144 /** @return if that Liquid is distilled Water */

Callers 1

distilledwaterMethod · 0.95

Calls 3

makeMethod · 0.95
isMethod · 0.65
getFluidMethod · 0.45

Tested by

no test coverage detected