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

Method powerconducting

src/main/java/gregapi/data/FL.java:741–741  ·  view source on GitHub ↗

@return if that Liquid is supposed to be conducting Power

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

739
740 /** @return if that Liquid is supposed to be conducting Power */
741 public static boolean powerconducting(IFluidTank aFluid) {return aFluid != null && powerconducting(aFluid.getFluid());}
742 /** @return if that Liquid is supposed to be conducting Power */
743 public static boolean powerconducting(FluidStack aFluid) {return aFluid != null && powerconducting(aFluid.getFluid());}
744 /** @return if that Liquid is supposed to be conducting Power */

Callers 6

addInformationMethod · 0.95
fillMethod · 0.95
getFluidMethod · 0.95
allowFluidMethod · 0.95
isFluidAllowedMethod · 0.95
allowFluidMethod · 0.95

Calls 3

containsMethod · 0.65
getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected