Package zombie.iso.weather
Class ClimateValues
java.lang.Object
zombie.iso.weather.ClimateValues
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCopyValues(ClimateValues climateValues) floatdoublefloatfloatfloatintintdoubleintfloatfloatgetCopy()floatgetDawn()floatfloatfloatfloatfloatfloatfloatfloatgetDusk()floatfloatfloatfloatfloatfloatgetNoon()floatfloatgetTime()floatfloatfloatbooleanbooleanvoidpollDate(int int1, int int2, int int3) voidpollDate(int int1, int int2, int int3, int int4) voidpollDate(int int1, int int2, int int3, int int4, int int5) voidpollDate(GregorianCalendar gregorianCalendar) voidprint()protected voidupdateValues(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()
-