| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city.cityhall | |
| ch.sahits.game.openpatrician.model.city.cityhall.impl |
| Modifier and Type | Interface | 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 | Method | Description |
|---|---|---|
IAldermanTask |
IAcceptedAldermanTask.getTask() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IAldermanTask> |
IAldermanOffice.getTasks() |
Retrieve the list of available tasks.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IAldermanOffice.addTask(IAldermanTask task,
java.time.LocalDateTime 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 | Description |
|---|---|---|
class |
AldermanTask |
|
class |
BuildLandPassage |
|
class |
CapturePirateNest |
|
class |
FoundNewSettlement |
|
class |
HelpCity |
|
class |
HuntPirate |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AldermanOffice.addTask(IAldermanTask task,
java.time.LocalDateTime limit,
IPlayer player) |
|
void |
AldermanOffice.finished(IAldermanTask task) |
| Constructor | Description |
|---|---|
AcceptedAldermanTask(IAldermanTask task,
java.time.LocalDateTime deadline,
IPlayer player) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.