| Modifier and Type | Interface | Description |
|---|---|---|
interface |
IAIPlayer |
Player interface defining an artificial player.
|
interface |
IHumanPlayer |
This player represents a human player.
|
interface |
IPlayer |
Base player in the game.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AIPlayer |
Implementation of an artificial intelligence player.
|
class |
HumanPlayer |
|
class |
Player |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
INonFreeSeaPirate |
Special case of a pirate.
|
interface |
ISeaPirate |
Pirate roaming the sea.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
NonFreeSeaPirate |
Implementation of a non free pirate.
|
class |
SeaPirate |
Implementation of the sea pirate
|
| Modifier and Type | Method | Description |
|---|---|---|
IShipOwner |
INavigableVessel.getOwner() |
Retrieve the owner of the ship.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IShip.setOwner(IShipOwner player) |
Define the owner of the ship
|
| Modifier and Type | Method | Description |
|---|---|---|
IShipOwner |
Convoy.getOwner() |
|
IShipOwner |
Ship.getOwner() |
|
IShipOwner |
ShipGroup.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Ship.setOwner(IShipOwner owner) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.