| Modifier and Type | Interface and Description |
|---|---|
interface |
IAIPlayer
Player interface defining an artificial player.
|
interface |
IPlayer
Player in the game.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlayer
Implementation of an artificial intelligence player.
|
class |
Player |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISeaPirate
Pirate roaming the sea.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SeaPirate
Implementation of the sea pirate
|
| Modifier and Type | Method and Description |
|---|---|
IShipOwner |
IShip.getOwner()
Retrieve the owner of the ship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IShip.setOwner(IShipOwner player)
Define the owner of the ship
|
| Modifier and Type | Field and Description |
|---|---|
private IShipOwner |
Ship.owner |
| Modifier and Type | Method and Description |
|---|---|
IShipOwner |
Ship.getOwner() |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.