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
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()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 ClimateColorInfoClimateColorInfo.interp(ClimateColorInfo source, ClimateColorInfo target, float t, ClimateColorInfo resultColorInfo) Methods in zombie.iso.weather with parameters of type ClimateColorInfoModifier and TypeMethodDescriptionClimateColorInfo.interp(ClimateColorInfo to, float t, ClimateColorInfo result) static ClimateColorInfoClimateColorInfo.interp(ClimateColorInfo source, ClimateColorInfo target, float t, ClimateColorInfo resultColorInfo) voidClimateManager.ClimateColor.setAdminValue(ClimateColorInfo targ) voidWeatherPeriod.setCloudColor(ClimateColorInfo cloudcol) voidClimateManager.ClimateColor.setFinalValue(ClimateColorInfo targ) voidClimateManager.ClimateColor.setModdedValue(ClimateColorInfo targ) voidClimateManager.ClimateColor.setOverride(ClimateColorInfo targ, float inter) voidClimateColorInfo.setTo(ClimateColorInfo other) voidClimateManager.triggerKateBobIntroStorm(int centerX, int centerY, double duration, float strength, float initialProgress, float angle, float initialPuddles, ClimateColorInfo cloudcolor)