@return if that Liquid is Steam
(IFluidTank aFluid)
| 174 | |
| 175 | /** @return if that Liquid is Steam */ |
| 176 | @Deprecated public static boolean anysteam(IFluidTank aFluid) {return aFluid != null && steam(aFluid.getFluid());} |
| 177 | /** @return if that Liquid is Steam */ |
| 178 | @Deprecated public static boolean anysteam(FluidStack aFluid) {return aFluid != null && steam(aFluid.getFluid());} |
| 179 | /** @return if that Liquid is Steam */ |