Uses of Class
zombie.iso.weather.ClimateColorInfo
Packages that use ClimateColorInfo
-
Uses of ClimateColorInfo in zombie.core.opengl
Fields in zombie.core.opengl declared as ClimateColorInfo -
Uses of ClimateColorInfo in zombie.iso.weather
Fields in zombie.iso.weather declared as ClimateColorInfoModifier and TypeFieldDescriptionprotected ClimateColorInfo
ClimateManager.ClimateColor.finalValue
protected ClimateColorInfo
ClimateManager.ClimateColor.internalValue
protected ClimateColorInfo
ClimateManager.ClimateColor.override
Methods in zombie.iso.weather that return ClimateColorInfoModifier and TypeMethodDescriptionClimateManager.ClimateColor.getAdminValue()
WeatherPeriod.getCloudColor()
WeatherPeriod.getCloudColorBlizzard()
WeatherPeriod.getCloudColorBlueish()
WeatherPeriod.getCloudColorGreenish()
WeatherPeriod.getCloudColorPurplish()
WeatherPeriod.getCloudColorReddish()
WeatherPeriod.getCloudColorTropical()
ClimateManager.getColFog()
ClimateManager.getColFogLegacy()
ClimateManager.getColFogNew()
ClimateManager.getColNight()
ClimateManager.getColNightMoon()
ClimateManager.getColNightNoMoon()
ClimateManager.SeasonColor.getColor
(int int1, int int0) WorldFlares.Flare.getColor()
ClimateManager.getColorNewFog()
WorldFlares.Flare.getColorPlayer
(int index) ClimateManager.ClimateColor.getFinalValue()
ClimateManager.getFogTintStorm()
ClimateManager.getFogTintTropical()
ClimateManager.getGlobalLight()
ClimateManager.ClimateColor.getInternalValue()
ClimateManager.ClimateColor.getModdedValue()
WorldFlares.Flare.getOutColorPlayer
(int index) ClimateManager.ClimateColor.getOverride()
ClimateManager.getSeasonColor
(int segment, int _temperature, int _season) ClimateColorInfo.interp
(ClimateColorInfo to, float t, ClimateColorInfo result) static ClimateColorInfo
ClimateColorInfo.interp
(ClimateColorInfo source, ClimateColorInfo target, float t, ClimateColorInfo resultColorInfo) ClimateManager.SeasonColor.update
(float float1, float float0, int int2, int int1) Methods in zombie.iso.weather with parameters of type ClimateColorInfoModifier and TypeMethodDescriptionClimateColorInfo.interp
(ClimateColorInfo to, float t, ClimateColorInfo result) static ClimateColorInfo
ClimateColorInfo.interp
(ClimateColorInfo source, ClimateColorInfo target, float t, ClimateColorInfo resultColorInfo) void
ClimateManager.ClimateColor.setAdminValue
(ClimateColorInfo targ) void
WeatherPeriod.setCloudColor
(ClimateColorInfo cloudcol) void
ClimateManager.ClimateColor.setFinalValue
(ClimateColorInfo targ) void
ClimateManager.ClimateColor.setModdedValue
(ClimateColorInfo targ) void
ClimateManager.ClimateColor.setOverride
(ClimateColorInfo targ, float inter) void
ClimateColorInfo.setTo
(ClimateColorInfo other) void
ClimateManager.triggerKateBobIntroStorm
(int centerX, int centerY, double duration, float strength, float initialProgress, float angle, float initialPuddles, ClimateColorInfo cloudcolor)