@Service public class ServerSideTaskFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
context |
| Constructor and Description |
|---|
ServerSideTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
ch.sahits.game.openpatrician.model.event.TimedTask |
getRefitShipTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.ship.EShipUpgrade upgrade)
Retrieve the ship refit task.
|
ch.sahits.game.openpatrician.model.event.TimedTask |
getRepairTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship)
Retrieve the ship repair task.
|
ch.sahits.game.openpatrician.model.city.impl.IShipBuildTask |
getShipBuildTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.EShipType type,
ch.sahits.game.openpatrician.model.IPlayer owner,
ch.sahits.game.openpatrician.model.ship.ShipFactory utility,
double westPosition)
Retrieve the ship build task.
|
public ch.sahits.game.openpatrician.model.event.TimedTask getRepairTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship)
public ch.sahits.game.openpatrician.model.city.impl.IShipBuildTask getShipBuildTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.EShipType type,
ch.sahits.game.openpatrician.model.IPlayer owner,
ch.sahits.game.openpatrician.model.ship.ShipFactory utility,
double westPosition)
public ch.sahits.game.openpatrician.model.event.TimedTask getRefitShipTask(org.joda.time.DateTime executionTime,
ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.ship.EShipUpgrade upgrade)
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.