Class WeatherPeriod

java.lang.Object
zombie.iso.weather.WeatherPeriod

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

  • Constructor Details

  • Method Details

    • setDummy

      public void setDummy​(boolean boolean1)
    • getMaxTemperatureInfluence

      public static float getMaxTemperatureInfluence()
    • setKateBobStormProgress

      public void setKateBobStormProgress​(float float1)
    • setKateBobStormCoords

      public void setKateBobStormCoords​(int int1, int int2)
    • getCloudColorReddish

      public ClimateColorInfo getCloudColorReddish()
    • getCloudColorGreenish

      public ClimateColorInfo getCloudColorGreenish()
    • getCloudColorBlueish

      public ClimateColorInfo getCloudColorBlueish()
    • getCloudColorPurplish

      public ClimateColorInfo getCloudColorPurplish()
    • getCloudColorTropical

      public ClimateColorInfo getCloudColorTropical()
    • getCloudColorBlizzard

      public ClimateColorInfo getCloudColorBlizzard()
    • isRunning

      public boolean isRunning()
    • getDuration

      public double getDuration()
    • getFrontCache

      public ClimateManager.AirFront getFrontCache()
    • getCurrentStageID

      public int getCurrentStageID()
    • getCurrentStage

      public WeatherPeriod.WeatherStage getCurrentStage()
    • getWeatherNoise

      public double getWeatherNoise()
    • getCurrentStrength

      public float getCurrentStrength()
    • getRainThreshold

      public float getRainThreshold()
    • isThunderStorm

      public boolean isThunderStorm()
    • isTropicalStorm

      public boolean isTropicalStorm()
    • isBlizzard

      public boolean isBlizzard()
    • getPrecipitationFinal

      public float getPrecipitationFinal()
    • getCloudColor

      public ClimateColorInfo getCloudColor()
    • setCloudColor

      public void setCloudColor​(ClimateColorInfo climateColorInfo)
    • getTotalProgress

      public float getTotalProgress()
    • getStageProgress

      public float getStageProgress()
    • hasTropical

      public boolean hasTropical()
    • hasStorm

      public boolean hasStorm()
    • hasBlizzard

      public boolean hasBlizzard()
    • hasHeavyRain

      public boolean hasHeavyRain()
    • getTotalStrength

      public float getTotalStrength()
    • getStageForWorldAge

      public WeatherPeriod.WeatherStage getStageForWorldAge​(double double1)
    • getWindAngleDegrees

      public float getWindAngleDegrees()
    • getFrontType

      public int getFrontType()
    • setPrintStuff

      public void setPrintStuff​(boolean boolean1)
    • getPrintStuff

      public boolean getPrintStuff()
    • initSimulationDebug

      public void initSimulationDebug​(ClimateManager.AirFront airFront, double double1)
    • initSimulationDebug

      public void initSimulationDebug​(ClimateManager.AirFront airFront, double double1, int int1, float float1)
    • init

      protected void init​(ClimateManager.AirFront airFront, double double1, int int1, int int2, int int3)
    • init

      protected void init​(ClimateManager.AirFront airFront, double double1, int int1, int int2, int int3, int int4, float float1)
    • reseed

      protected void reseed​(int int1, int int2, int int3)
    • startCreateModdedPeriod

      public boolean startCreateModdedPeriod​(boolean boolean1, float float1, float float2)
    • endCreateModdedPeriod

      public boolean endCreateModdedPeriod()
    • stopWeatherPeriod

      public void stopWeatherPeriod()
    • writeNetWeatherData

      public void writeNetWeatherData​(java.nio.ByteBuffer byteBuffer) throws java.io.IOException
      Throws:
      java.io.IOException
    • readNetWeatherData

      public void readNetWeatherData​(java.nio.ByteBuffer byteBuffer) throws java.io.IOException
      Throws:
      java.io.IOException
    • getWeatherStages

      public java.util.ArrayList getWeatherStages()
    • createAndAddModdedStage

      public WeatherPeriod.WeatherStage createAndAddModdedStage​(java.lang.String string, double double1)
    • createAndAddStage

      public WeatherPeriod.WeatherStage createAndAddStage​(int int1, double double1)
    • update

      public void update​(double double1)
    • save

      public void save​(java.io.DataOutputStream dataOutputStream) throws java.io.IOException
      Throws:
      java.io.IOException
    • load

      public void load​(java.io.DataInputStream dataInputStream, int int1) throws java.io.IOException
      Throws:
      java.io.IOException