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