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

Method water

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

@return if that Liquid is Water or Distilled Water

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

132
133 /** @return if that Liquid is Water or Distilled Water */
134 @Deprecated public static boolean water(IFluidTank aFluid) {return aFluid != null && water(aFluid.getFluid());}
135 /** @return if that Liquid is Water or Distilled Water */
136 @Deprecated public static boolean water(FluidStack aFluid) {return aFluid != null && water(aFluid.getFluid());}
137 /** @return if that Liquid is Water or Distilled Water */

Callers

nothing calls this directly

Calls 3

makeMethod · 0.95
isMethod · 0.65
getFluidMethod · 0.45

Tested by

no test coverage detected