| Modifier and Type | Class and Description |
|---|---|
class |
AIPlayerEngine
This implements the engine for an AI Player
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<AbstractEngine> |
AbstractEngine.getChildren()
Any engine may hold various child engines.
|
List<AbstractEngine> |
AIPlayerEngine.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptainEngine
Engine controling all the roaming captains.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEngine> |
CaptainEngine.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
AutomaticTradingEngine |
class |
ChurchEngine |
class |
CityEngine
The CityEngine drives/generates the events that are based in the city.
|
class |
CityHallEngine
Engine for controlling the aspects of the city government.
|
class |
LoanerEngine
Engine for controlling all the loaners.
|
class |
ShipyardEngine
The shipyard engine handled the activities on a shipyard.
|
class |
TavernEngine
Every city has a corresponding tavern engine.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEngine> |
TavernEngine.getChildren() |
List<AbstractEngine> |
ChurchEngine.getChildren() |
List<AbstractEngine> |
ShipyardEngine.getChildren() |
List<AbstractEngine> |
AutomaticTradingEngine.getChildren() |
List<AbstractEngine> |
CityEngine.getChildren() |
List<AbstractEngine> |
CityHallEngine.getChildren() |
List<AbstractEngine> |
LoanerEngine.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
HumanPlayerEngine
Engine handling automated tasks that are specific to a human player only.
|
class |
PlayerEngine
Base engine representing a player.
|
class |
ReputationEngine
Engine to handle the reputation changes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEngine> |
PlayerEngine.getChildren() |
List<AbstractEngine> |
HumanPlayerEngine.getChildren() |
List<AbstractEngine> |
ReputationEngine.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockadeEngine
Engine handling the blockade.
|
class |
PirateEngine
Engine governing all pirates.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEngine> |
PirateEngine.getChildren() |
List<AbstractEngine> |
BlockadeEngine.getChildren() |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.