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

Method simple

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

@return if that Liquid is early-game and easy to handle

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

188
189 /** @return if that Liquid is early-game and easy to handle */
190 @Deprecated public static boolean simple(IFluidTank aFluid) {return aFluid != null && simple(aFluid.getFluid());}
191 /** @return if that Liquid is early-game and easy to handle */
192 @Deprecated public static boolean simple(FluidStack aFluid) {return aFluid != null && simple(aFluid.getFluid());}
193 /** @return if that Liquid is early-game and easy to handle */

Callers 2

fillFluidContainerMethod · 0.95
getFluidForFilledItemMethod · 0.95

Calls 3

containsMethod · 0.65
getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected