Uses of Class
ch.sahits.game.event.data.PeriodicalTimeWeekEndUpdate
-
-
Uses of PeriodicalTimeWeekEndUpdate in ch.sahits.game.openpatrician.engine
Methods in ch.sahits.game.openpatrician.engine with parameters of type PeriodicalTimeWeekEndUpdate Modifier and Type Method Description voidAIPlayerEngine. handleWeeklyTasks(PeriodicalTimeWeekEndUpdate event) -
Uses of PeriodicalTimeWeekEndUpdate in ch.sahits.game.openpatrician.engine.event
Methods in ch.sahits.game.openpatrician.engine.event with parameters of type PeriodicalTimeWeekEndUpdate Modifier and Type Method Description voidEventEngine. handleEndOfWeekUpdates(PeriodicalTimeWeekEndUpdate event)Trigger events to be checked at the end of week like sending the bill statement. -
Uses of PeriodicalTimeWeekEndUpdate in ch.sahits.game.openpatrician.engine.land.city
Methods in ch.sahits.game.openpatrician.engine.land.city with parameters of type PeriodicalTimeWeekEndUpdate Modifier and Type Method Description voidChurchEngine. handleWeeklyUpdate(PeriodicalTimeWeekEndUpdate event)voidCityHallEngine. handleWeeklyUpdate(PeriodicalTimeWeekEndUpdate event) -
Uses of PeriodicalTimeWeekEndUpdate in ch.sahits.game.openpatrician.engine.sea
Methods in ch.sahits.game.openpatrician.engine.sea with parameters of type PeriodicalTimeWeekEndUpdate Modifier and Type Method Description voidPirateEngine. handleWeeklyUpdate(PeriodicalTimeWeekEndUpdate event)Periodically check if there is a free pirate and if not, create one.
-