| Modifier and Type | Class | Description |
|---|---|---|
class |
AIPlayerEngine |
This implements the engine for an AI Player
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<AbstractEngine> |
AbstractEngine.getChildren() |
Any engine may hold various child engines.
|
java.util.List<AbstractEngine> |
AIPlayerEngine.getChildren() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EventEngine |
This event engine triggers the various random events as well as handling the
messages from the event bus that result from such an event.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AbstractEngine> |
EventEngine.getChildren() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CaptainEngine |
Engine controling all the roaming captains.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AbstractEngine> |
CaptainEngine.getChildren() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AutomaticTradingEngine |
|
class |
BlacksmithEngine |
Engine controlling the blacksmiths in the armories.
|
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 |
GuildEngine |
Engine to interact with the guild
|
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 | Description |
|---|---|---|
java.util.List<AbstractEngine> |
AutomaticTradingEngine.getChildren() |
|
java.util.List<AbstractEngine> |
BlacksmithEngine.getChildren() |
|
java.util.List<AbstractEngine> |
ChurchEngine.getChildren() |
|
java.util.List<AbstractEngine> |
CityEngine.getChildren() |
|
java.util.List<AbstractEngine> |
CityHallEngine.getChildren() |
|
java.util.List<AbstractEngine> |
GuildEngine.getChildren() |
|
java.util.List<AbstractEngine> |
LoanerEngine.getChildren() |
|
java.util.List<AbstractEngine> |
ShipyardEngine.getChildren() |
|
java.util.List<AbstractEngine> |
TavernEngine.getChildren() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AuctionEngine |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AbstractEngine> |
AuctionEngine.getChildren() |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
java.util.List<AbstractEngine> |
HumanPlayerEngine.getChildren() |
|
java.util.List<AbstractEngine> |
PlayerEngine.getChildren() |
|
java.util.List<AbstractEngine> |
ReputationEngine.getChildren() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BlockadeEngine |
Engine handling the blockade.
|
class |
PirateEngine |
Engine governing all pirates.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AbstractEngine> |
BlockadeEngine.getChildren() |
|
java.util.List<AbstractEngine> |
PirateEngine.getChildren() |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.