atavism.agis.plugins
Class WeatherPlugin.WeatherInstanceSettings
java.lang.Object
atavism.agis.plugins.WeatherPlugin.WeatherInstanceSettings
- Enclosing class:
- WeatherPlugin
public static class WeatherPlugin.WeatherInstanceSettings
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WeatherPlugin.WeatherInstanceSettings
public WeatherPlugin.WeatherInstanceSettings()
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()