class AIRefitTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.eventbus.AsyncEventBus |
clientServerEventBus |
private ch.sahits.game.openpatrician.model.ship.EShipUpgrade |
level |
private static org.apache.logging.log4j.Logger |
LOGGER |
private ch.sahits.game.openpatrician.model.ship.IShip |
ship |
private ShipService |
shipService |
private ch.sahits.game.openpatrician.model.ship.impl.ShipWeaponsLocationFactory |
shipWeaponLocationFactory |
private ch.sahits.game.openpatrician.model.city.IShipyard |
shipyard |
| Constructor and Description |
|---|
AIRefitTask(java.time.LocalDateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.ship.EShipUpgrade upgrade,
ch.sahits.game.openpatrician.model.city.IShipyard shipyard) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private static final org.apache.logging.log4j.Logger LOGGER
@Autowired @Qualifier(value="serverClientEventBus") private com.google.common.eventbus.AsyncEventBus clientServerEventBus
@Autowired private ch.sahits.game.openpatrician.model.ship.impl.ShipWeaponsLocationFactory shipWeaponLocationFactory
@Autowired private ShipService shipService
private final ch.sahits.game.openpatrician.model.ship.IShip ship
private final ch.sahits.game.openpatrician.model.ship.EShipUpgrade level
private final ch.sahits.game.openpatrician.model.city.IShipyard shipyard
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.