Class WorldFlares.Flare

java.lang.Object
zombie.iso.weather.WorldFlares.Flare
Enclosing class:
WorldFlares

public static class WorldFlares.Flare extends Object
  • Constructor Details Link icon

    • Flare Link icon

      public Flare()
  • Method Details Link icon

    • getId Link icon

      public int getId()
    • getX Link icon

      public float getX()
    • getY Link icon

      public float getY()
    • getRange Link icon

      public int getRange()
    • getWindSpeed Link icon

      public float getWindSpeed()
    • getColor Link icon

      public ClimateColorInfo getColor()
    • isHasLaunched Link icon

      public boolean isHasLaunched()
    • getIntensity Link icon

      public float getIntensity()
    • getMaxLifeTime Link icon

      public float getMaxLifeTime()
    • getLifeTime Link icon

      public float getLifeTime()
    • getPercent Link icon

      public float getPercent()
    • getIntensityPlayer Link icon

      public float getIntensityPlayer(int index)
    • getLerpPlayer Link icon

      public float getLerpPlayer(int index)
    • getDistModPlayer Link icon

      public float getDistModPlayer(int index)
    • getColorPlayer Link icon

      public ClimateColorInfo getColorPlayer(int index)
    • getOutColorPlayer Link icon

      public ClimateColorInfo getOutColorPlayer(int index)