| 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 |
PlayerEngine
Base engine representing a player.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEngine> |
PlayerEngine.getChildren() |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.