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

Method soymilk

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

Source from the content-addressed store, hash-verified

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);}
248 @Deprecated public static boolean soymilk(Fluid aFluid) {return soym(aFluid);}
249 @Deprecated public static FluidStack soymilk(long aAmount) {return soym(aAmount);}
250

Callers

nothing calls this directly

Calls 1

soymMethod · 0.95

Tested by

no test coverage detected