| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.city.impl |
| Modifier and Type | Field and Description |
|---|---|
private Map<ICity,IShipyard> |
Shipyards.shipyards |
| Modifier and Type | Method and Description |
|---|---|
IShipyard |
Shipyards.getShipyard(ICity city)
Retrieve the shipyard of the city.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<ICity,IShipyard>> |
Shipyards.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shipyards.add(IShipyard shipyard,
ICity city)
Add a shipyard in the city.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShipyardState
Implementation of the shipyard model.
|
| Modifier and Type | Field and Description |
|---|---|
private IShipyard |
CityState.shipyardState
Ship yard state fos the city
|
| Constructor and Description |
|---|
CityState(ICity city,
IShipyard shipard,
TavernState tavern) |
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.