Class WeatherPeriod

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

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

  • Constructor Details

  • Method Details

    • getCloudColorReddish

      public ClimateColorInfo getCloudColorReddish()
    • getCloudColorGreenish

      public ClimateColorInfo getCloudColorGreenish()
    • getCloudColorBlueish

      public ClimateColorInfo getCloudColorBlueish()
    • getCloudColorPurplish

      public ClimateColorInfo getCloudColorPurplish()
    • 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()
    • getTotalProgress

      public float getTotalProgress()
    • getStageProgress

      public float getStageProgress()
    • 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)
    • init

      protected void init​(ClimateManager.AirFront airFront, double double1, int int1, float float1)
    • 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