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

Method soym

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

@return if that Liquid is Soy Milk

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

167
168 /** @return if that Liquid is Soy Milk */
169 @Deprecated public static boolean soym(IFluidTank aFluid) {return aFluid != null && soym(aFluid.getFluid());}
170 /** @return if that Liquid is Soy Milk */
171 @Deprecated public static boolean soym(FluidStack aFluid) {return aFluid != null && soym(aFluid.getFluid());}
172 /** @return if that Liquid is Soy Milk */

Callers 1

soymilkMethod · 0.95

Calls 3

makeMethod · 0.95
isMethod · 0.65
getFluidMethod · 0.45

Tested by

no test coverage detected