Atavism Version 2018.1AGIS API

atavism.agis.plugins
Class WeatherPlugin.WeatherInstanceSettings

java.lang.Object
  extended by atavism.agis.plugins.WeatherPlugin.WeatherInstanceSettings
Enclosing class:
WeatherPlugin

public static class WeatherPlugin.WeatherInstanceSettings
extends java.lang.Object


Field Summary
protected  float cloudMaxHeight
           
protected  float cloudMinHeight
           
protected  float cloudPower
           
protected  float cloudSpeed
           
protected  float fogDistanceMax
           
protected  float fogDistancePower
           
protected  float fogHeightMax
           
protected  float fogHeightPower
           
protected  float hailMaxHeight
           
protected  float hailMinHeight
           
protected  float hailPower
           
protected  float hailPowerTerrain
           
protected  float humidity
           
protected  float moonPhase
           
protected  java.lang.String profile
           
protected  float rainMaxHeight
           
protected  float rainMinHeight
           
protected  float rainPower
           
protected  float rainPowerTerrain
           
protected  float season
           
protected  float snowAge
           
protected  float snowMinHeight
           
protected  float snowPower
           
protected  float snowPowerTerrain
           
protected  float temperature
           
protected  float thunderPower
           
protected  float windDirection
           
protected  float windSpeed
           
protected  float windTurbulence
           
 
Constructor Summary
WeatherPlugin.WeatherInstanceSettings()
           
 
Method Summary
 float GetCloudMaxHeight()
           
 float GetCloudMinHeight()
           
 float GetCloudPower()
           
 float GetCloudSpeed()
           
 float GetFogDistanceMax()
           
 float GetFogDistancePower()
           
 float GetFogHeightMax()
           
 float GetFogHeightPower()
           
 float GetHailMaxHeight()
           
 float GetHailMinHeight()
           
 float GetHailPower()
           
 float GetHailPowerTerrain()
           
 float GetHumidity()
           
 float GetMoonPhase()
           
 java.lang.String GetProfileName()
           
 float GetRainMaxHeight()
           
 float GetRainMinHeight()
           
 float GetRainPower()
           
 float GetRainPowerTerrain()
           
 float GetSeason()
           
 float GetSnowAge()
           
 float GetSnowMinHeight()
           
 float GetSnowPower()
           
 float GetSnowPowerTerrain()
           
 float GetTemperature()
           
 float GetThunderPower()
           
 float GetWindDirection()
           
 float GetWindSpeed()
           
 float GetWindTurbulence()
           
 void SetCloudMaxHeight(float v)
           
 void SetCloudMinHeight(float v)
           
 void SetCloudPower(float v)
           
 void SetCloudSpeed(float v)
           
 void SetFogDistanceMax(float v)
           
 void SetFogDistancePower(float v)
           
 void SetFogHeightMax(float v)
           
 void SetFogHeightPower(float v)
           
 void SetHailMaxHeight(float v)
           
 void SetHailMinHeight(float v)
           
 void SetHailPower(float v)
           
 void SetHailPowerTerrain(float v)
           
 void SetHumidity(float v)
           
 void SetMoonPhase(float v)
           
 void SetProfileName(java.lang.String t)
           
 void SetRainMaxHeight(float v)
           
 void SetRainMinHeight(float v)
           
 void SetRainPower(float v)
           
 void SetRainPowerTerrain(float v)
           
 void SetSeason(float v)
           
 void SetSnowAge(float v)
           
 void SetSnowMinHeight(float v)
           
 void SetSnowPower(float v)
           
 void SetSnowPowerTerrain(float v)
           
 void SetTemperature(float t)
           
 void SetThunderPower(float v)
           
 void SetWindDirection(float v)
           
 void SetWindSpeed(float v)
           
 void SetWindTurbulence(float v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profile

protected java.lang.String profile

temperature

protected float temperature

humidity

protected float humidity

windDirection

protected float windDirection

windSpeed

protected float windSpeed

windTurbulence

protected float windTurbulence

fogHeightPower

protected float fogHeightPower

fogHeightMax

protected float fogHeightMax

fogDistancePower

protected float fogDistancePower

fogDistanceMax

protected float fogDistanceMax

rainPower

protected float rainPower

rainPowerTerrain

protected float rainPowerTerrain

rainMinHeight

protected float rainMinHeight

rainMaxHeight

protected float rainMaxHeight

hailPower

protected float hailPower

hailPowerTerrain

protected float hailPowerTerrain

hailMinHeight

protected float hailMinHeight

hailMaxHeight

protected float hailMaxHeight

snowPower

protected float snowPower

snowPowerTerrain

protected float snowPowerTerrain

snowMinHeight

protected float snowMinHeight

snowAge

protected float snowAge

thunderPower

protected float thunderPower

cloudPower

protected float cloudPower

cloudMinHeight

protected float cloudMinHeight

cloudMaxHeight

protected float cloudMaxHeight

cloudSpeed

protected float cloudSpeed

moonPhase

protected float moonPhase

season

protected float season
Constructor Detail

WeatherPlugin.WeatherInstanceSettings

public WeatherPlugin.WeatherInstanceSettings()
Method Detail

SetProfileName

public void SetProfileName(java.lang.String t)

GetProfileName

public java.lang.String GetProfileName()

SetTemperature

public void SetTemperature(float t)

GetTemperature

public float GetTemperature()

SetHumidity

public void SetHumidity(float v)

GetHumidity

public float GetHumidity()

SetWindDirection

public void SetWindDirection(float v)

GetWindDirection

public float GetWindDirection()

SetWindSpeed

public void SetWindSpeed(float v)

GetWindSpeed

public float GetWindSpeed()

SetWindTurbulence

public void SetWindTurbulence(float v)

GetWindTurbulence

public float GetWindTurbulence()

SetFogHeightPower

public void SetFogHeightPower(float v)

GetFogHeightPower

public float GetFogHeightPower()

SetFogHeightMax

public void SetFogHeightMax(float v)

GetFogHeightMax

public float GetFogHeightMax()

SetFogDistancePower

public void SetFogDistancePower(float v)

GetFogDistancePower

public float GetFogDistancePower()

SetFogDistanceMax

public void SetFogDistanceMax(float v)

GetFogDistanceMax

public float GetFogDistanceMax()

SetRainPower

public void SetRainPower(float v)

GetRainPower

public float GetRainPower()

SetRainPowerTerrain

public void SetRainPowerTerrain(float v)

GetRainPowerTerrain

public float GetRainPowerTerrain()

SetRainMinHeight

public void SetRainMinHeight(float v)

GetRainMinHeight

public float GetRainMinHeight()

SetRainMaxHeight

public void SetRainMaxHeight(float v)

GetRainMaxHeight

public float GetRainMaxHeight()

SetHailPower

public void SetHailPower(float v)

GetHailPower

public float GetHailPower()

SetHailPowerTerrain

public void SetHailPowerTerrain(float v)

GetHailPowerTerrain

public float GetHailPowerTerrain()

SetHailMinHeight

public void SetHailMinHeight(float v)

GetHailMinHeight

public float GetHailMinHeight()

SetHailMaxHeight

public void SetHailMaxHeight(float v)

GetHailMaxHeight

public float GetHailMaxHeight()

SetSnowPower

public void SetSnowPower(float v)

GetSnowPower

public float GetSnowPower()

SetSnowPowerTerrain

public void SetSnowPowerTerrain(float v)

GetSnowPowerTerrain

public float GetSnowPowerTerrain()

SetSnowMinHeight

public void SetSnowMinHeight(float v)

GetSnowMinHeight

public float GetSnowMinHeight()

SetSnowAge

public void SetSnowAge(float v)

GetSnowAge

public float GetSnowAge()

SetThunderPower

public void SetThunderPower(float v)

GetThunderPower

public float GetThunderPower()

SetCloudPower

public void SetCloudPower(float v)

GetCloudPower

public float GetCloudPower()

SetCloudMinHeight

public void SetCloudMinHeight(float v)

GetCloudMinHeight

public float GetCloudMinHeight()

SetCloudMaxHeight

public void SetCloudMaxHeight(float v)

GetCloudMaxHeight

public float GetCloudMaxHeight()

SetCloudSpeed

public void SetCloudSpeed(float v)

GetCloudSpeed

public float GetCloudSpeed()

SetMoonPhase

public void SetMoonPhase(float v)

GetMoonPhase

public float GetMoonPhase()

SetSeason

public void SetSeason(float v)

GetSeason

public float GetSeason()


Copyright © 2018 Dragonsan Studios Sp. z o.o.