Class Temperature

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

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

    • DO_DEFAULT_BASE

      public static boolean DO_DEFAULT_BASE
    • DO_DAYLEN_MOD

      public static boolean DO_DAYLEN_MOD
    • CELSIUS_POSTFIX

      public static java.lang.String CELSIUS_POSTFIX
    • FAHRENHEIT_POSTFIX

      public static java.lang.String FAHRENHEIT_POSTFIX
    • Hypothermia_1

      public static final float Hypothermia_1
      See Also:
      Constant Field Values
    • Hypothermia_2

      public static final float Hypothermia_2
      See Also:
      Constant Field Values
    • Hypothermia_3

      public static final float Hypothermia_3
      See Also:
      Constant Field Values
    • Hypothermia_4

      public static final float Hypothermia_4
      See Also:
      Constant Field Values
    • Hyperthermia_1

      public static final float Hyperthermia_1
      See Also:
      Constant Field Values
    • Hyperthermia_2

      public static final float Hyperthermia_2
      See Also:
      Constant Field Values
    • Hyperthermia_3

      public static final float Hyperthermia_3
      See Also:
      Constant Field Values
    • Hyperthermia_4

      public static final float Hyperthermia_4
      See Also:
      Constant Field Values
    • BodyMinTemp

      public static final float BodyMinTemp
      See Also:
      Constant Field Values
    • BodyMaxTemp

      public static final float BodyMaxTemp
      See Also:
      Constant Field Values
  • 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)
    • reset

      public static void reset()
    • getFractionForRealTimeRatePerMin

      public static float getFractionForRealTimeRatePerMin​(float float1)
    • getPlayerTemperatureVars

      public static Temperature.PlayerTempVars getPlayerTemperatureVars​(IsoPlayer player)
    • updateTemperatureForAllPlayers

      public static void updateTemperatureForAllPlayers()
    • updatePlayerTemperature

      public static void updatePlayerTemperature​(int int1, IsoPlayer player)