@return if that Liquid is Steam
(IFluidTank aFluid)
| 153 | |
| 154 | /** @return if that Liquid is Steam */ |
| 155 | @Deprecated public static boolean steam(IFluidTank aFluid) {return aFluid != null && steam(aFluid.getFluid());} |
| 156 | /** @return if that Liquid is Steam */ |
| 157 | @Deprecated public static boolean steam(FluidStack aFluid) {return aFluid != null && steam(aFluid.getFluid());} |
| 158 | /** @return if that Liquid is Steam */ |