@return if that Liquid is supposed to be conducting Power
(IFluidTank aFluid)
| 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 */ |
no test coverage detected