| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city.cityhall | |
| ch.sahits.game.openpatrician.model.city.cityhall.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBuildLandPassage
Build a land passage between two cities.
|
interface |
ICapturePirateNest
Capture and destroy a pirates nest.
|
interface |
IFoundNewSettlement
Found a new settlement.
|
interface |
IHelpCity
Help a city to shine.
|
interface |
IHuntPirate
Hunt down a notorious pirate.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<IAldermanTask,IPlayer> |
AldermanTaskPlayerMap.takenTasks
List of alderman tasks that were taken and must be checked.
|
| Modifier and Type | Method and Description |
|---|---|
IAldermanTask |
IAcceptedAldermanTask.getTask() |
| Modifier and Type | Method and Description |
|---|---|
List<IAldermanTask> |
IAldermanOffice.getTasks()
Retrieve the list of available tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAldermanOffice.addTask(IAldermanTask task,
org.joda.time.DateTime limit,
IPlayer player)
Add a new task that is currently worked on.
|
void |
AldermanTaskPlayerMap.assignTask(IPlayer player,
IAldermanTask task) |
void |
IAldermanOffice.finished(IAldermanTask task)
Task is finished, so remove it from the list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AldermanTask |
class |
BuildLandPassage |
class |
CapturePirateNest |
class |
FoundNewSettlement |
class |
HelpCity |
class |
HuntPirate |
| Modifier and Type | Field and Description |
|---|---|
private IAldermanTask |
AcceptedAldermanTask.task |
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<IAldermanTask> |
AldermanOffice.tasks |
| Modifier and Type | Method and Description |
|---|---|
void |
AldermanOffice.addTask(IAldermanTask task,
org.joda.time.DateTime limit,
IPlayer player) |
void |
AldermanOffice.finished(IAldermanTask task) |
| Constructor and Description |
|---|
AcceptedAldermanTask(IAldermanTask task,
org.joda.time.DateTime deadline,
IPlayer player) |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.