Package zombie.iso.weather
Class ClimateValues
java.lang.Object
zombie.iso.weather.ClimateValues
public class ClimateValues
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ClimateValues(ClimateManager climateManager)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClimateValues
-
-
Method Details
-
getCopy
-
CopyValues
-
print
public void print() -
pollDate
public void pollDate(int int1, int int2, int int3) -
pollDate
public void pollDate(int int1, int int2, int int3, int int4) -
pollDate
public void pollDate(int int1, int int2, int int3, int int4, int int5) -
pollDate
public void pollDate(java.util.GregorianCalendar gregorianCalendar) -
updateValues
protected void updateValues(double double1, float float1, ClimateManager.DayInfo dayInfo, ClimateManager.DayInfo dayInfo2) -
getTime
public float getTime() -
getDawn
public float getDawn() -
getDusk
public float getDusk() -
getNoon
public float getNoon() -
getAirMassNoiseFrequencyMod
public double getAirMassNoiseFrequencyMod() -
getNoiseAirmass
public float getNoiseAirmass() -
getAirMassTemperature
public float getAirMassTemperature() -
getBaseTemperature
public float getBaseTemperature() -
getDayLightLagged
public float getDayLightLagged() -
getNightLagged
public float getNightLagged() -
getTemperature
public float getTemperature() -
isTemperatureIsSnow
public boolean isTemperatureIsSnow() -
getHumidity
public float getHumidity() -
getWindIntensity
public float getWindIntensity() -
getWindAngleIntensity
public float getWindAngleIntensity() -
getWindAngleDegrees
public float getWindAngleDegrees() -
getNightStrength
public float getNightStrength() -
getDayLightStrength
public float getDayLightStrength() -
getAmbient
public float getAmbient() -
getDesaturation
public float getDesaturation() -
getDayLightStrengthBase
public float getDayLightStrengthBase() -
getLerpNight
public float getLerpNight() -
getCloudyT
public float getCloudyT() -
getCloudIntensity
public float getCloudIntensity() -
getAirFrontAirmass
public float getAirFrontAirmass() -
getCacheWorldAgeHours
public double getCacheWorldAgeHours() -
getCacheYear
public int getCacheYear() -
getCacheMonth
public int getCacheMonth() -
getCacheDay
public int getCacheDay() -
getDayMeanTemperature
public float getDayMeanTemperature() -
isDayDoFog
public boolean isDayDoFog() -
getDayFogStrength
public float getDayFogStrength() -
getDayFogDuration
public float getDayFogDuration()
-