Package zombie.iso.weather
Class ClimateValues
java.lang.Object
zombie.iso.weather.ClimateValues
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
CopyValues
(ClimateValues climateValues) float
double
float
float
float
int
int
double
int
float
float
getCopy()
float
getDawn()
float
float
float
float
float
float
float
float
getDusk()
float
float
float
float
float
float
getNoon()
float
float
getTime()
float
float
float
boolean
boolean
void
pollDate
(int int1, int int2, int int3) void
pollDate
(int int1, int int2, int int3, int int4) void
pollDate
(int int1, int int2, int int3, int int4, int int5) void
pollDate
(GregorianCalendar gregorianCalendar) void
print()
protected void
updateValues
(double double1, float float1, ClimateManager.DayInfo dayInfo, ClimateManager.DayInfo dayInfo2)
-
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
-
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()
-