Uses of Class
zombie.iso.weather.ClimateManager
Packages that use ClimateManager
Package
Description
-
Uses of ClimateManager in zombie.iso
Methods in zombie.iso that return ClimateManagerMethods in zombie.iso with parameters of type ClimateManagerModifier and TypeMethodDescriptionvoidIsoPuddles.update(ClimateManager cm) voidIsoWater.update(ClimateManager climateManager) -
Uses of ClimateManager in zombie.iso.sprite
Methods in zombie.iso.sprite with parameters of type ClimateManager -
Uses of ClimateManager in zombie.iso.weather
Methods in zombie.iso.weather that return ClimateManagerMethods in zombie.iso.weather with parameters of type ClimateManagerModifier and TypeMethodDescriptionvoidClimateHistory.init(ClimateManager climateManager) static voidClimateManager.setInstance(ClimateManager inst) voidClimateHistory.updateDayChange(ClimateManager climateManager) Constructors in zombie.iso.weather with parameters of type ClimateManagerModifierConstructorDescriptionClimateValues(ClimateManager _clim) ThunderStorm(ClimateManager climmgr) WeatherPeriod(ClimateManager climmgr, ThunderStorm ts) -
Uses of ClimateManager in zombie.iso.weather.dbg
Subclasses of ClimateManager in zombie.iso.weather.dbg -
Uses of ClimateManager in zombie.Lua
Methods in zombie.Lua that return ClimateManagerModifier and TypeMethodDescriptionstatic ClimateManagerLuaManager.GlobalObject.getClimateManager()