Uses of Class
ch.sahits.game.event.data.ClockTickPostDayChange
-
Packages that use ClockTickPostDayChange Package Description ch.sahits.game.openpatrician.display.notice ch.sahits.game.graphic.display.notice Packagech.sahits.game.openpatrician.model.city.impl -
-
Uses of ClockTickPostDayChange in ch.sahits.game.openpatrician.display.notice
Methods in ch.sahits.game.openpatrician.display.notice with parameters of type ClockTickPostDayChange Modifier and Type Method Description voidOpenPatricianNoticeBoard. handleDayChange(ClockTickPostDayChange event)Handle the day change event to update the notice board. -
Uses of ClockTickPostDayChange in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type ClockTickPostDayChange Modifier and Type Method Description voidCityState. dailyUpdate(ClockTickPostDayChange dayChange)Update the missing wares.
-