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

Method distilledwater

src/main/java/gregapi/util/UT.java:244–244  ·  view source on GitHub ↗
(FluidStack aFluid)

Source from the content-addressed store, hash-verified

242 @Deprecated public static FluidStack milk(long aAmount) {return make("milk", aAmount);}
243 @Deprecated public static FluidStack soym(long aAmount) {return make("soymilk", aAmount);}
244 @Deprecated public static boolean distilledwater(FluidStack aFluid) {return distw(aFluid);}
245 @Deprecated public static boolean distilledwater(Fluid aFluid) {return distw(aFluid);}
246 @Deprecated public static FluidStack distilledwater(long aAmount) {return distw(aAmount);}
247 @Deprecated public static boolean soymilk(FluidStack aFluid) {return soym(aFluid);}

Callers

nothing calls this directly

Calls 1

distwMethod · 0.95

Tested by

no test coverage detected