public class UpdatePopulationTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private ch.sahits.game.openpatrician.model.city.ICity |
city |
private int |
delta |
private ch.sahits.game.openpatrician.model.city.EPopulationClass |
populationClass |
| Constructor and Description |
|---|
UpdatePopulationTask(java.time.LocalDateTime executionTime,
ch.sahits.game.openpatrician.model.city.EPopulationClass populationClass,
int delta,
ch.sahits.game.openpatrician.model.city.ICity city) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final ch.sahits.game.openpatrician.model.city.EPopulationClass populationClass
private final int delta
private final ch.sahits.game.openpatrician.model.city.ICity city
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.