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

Method powerconducting

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

@return if that Liquid is supposed to be conducting Power

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

181
182 /** @return if that Liquid is supposed to be conducting Power */
183 @Deprecated public static boolean powerconducting(IFluidTank aFluid) {return aFluid != null && powerconducting(aFluid.getFluid());}
184 /** @return if that Liquid is supposed to be conducting Power */
185 @Deprecated public static boolean powerconducting(FluidStack aFluid) {return aFluid != null && powerconducting(aFluid.getFluid());}
186 /** @return if that Liquid is supposed to be conducting Power */

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