Class Temperature

java.lang.Object
zombie.iso.weather.Temperature

public class Temperature
extends java.lang.Object
  • Field Details

  • Constructor Details

    • Temperature

      public Temperature()
  • Method Details

    • getCelsiusPostfix

      public static java.lang.String getCelsiusPostfix()
    • getFahrenheitPostfix

      public static java.lang.String getFahrenheitPostfix()
    • getTemperaturePostfix

      public static java.lang.String getTemperaturePostfix()
    • getTemperatureString

      public static java.lang.String getTemperatureString​(float float1)
    • CelsiusToFahrenheit

      public static float CelsiusToFahrenheit​(float float1)
    • FahrenheitToCelsius

      public static float FahrenheitToCelsius​(float float1)
    • WindchillCelsiusKph

      public static float WindchillCelsiusKph​(float float1, float float2)
    • getTrueInsulationValue

      public static float getTrueInsulationValue​(float float1)
    • getTrueWindresistanceValue

      public static float getTrueWindresistanceValue​(float float1)
    • reset

      public static void reset()
    • getFractionForRealTimeRatePerMin

      public static float getFractionForRealTimeRatePerMin​(float float1)
    • getValueColor

      public static Color getValueColor​(float float1)
    • getWindChillAmountForPlayer

      public static float getWindChillAmountForPlayer​(IsoPlayer player)