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