| Modifier and Type | Method and Description |
|---|---|
List<IShip> |
IPlayer.findShips(ICity city)
Find all ships in a city
|
List<IShip> |
IPlayer.getFleet()
Get a list of all ships
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPlayer.addShip(IShip ship)
Add a new ship for the player
|
void |
IPlayer.removeShip(IShip ship)
Remove a ship for the player
|
| Modifier and Type | Method and Description |
|---|---|
IShip |
IShipDueDate.getShip()
Retrieve the ship that is due.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IShipyard.calculateRepairMaterialCosts(IShip ship,
int damage)
Calculate the material costs for the repair.
|
void |
IShipyard.cancelRepair(IShip ship)
Cancel the repair of the ship.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<IShip> |
ICityHall.getOutrigger()
Current outrigger of the city.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Optional<IShip> |
CityHall.outrigger |
| Modifier and Type | Field and Description |
|---|---|
private IShip |
ShipDueDate.ship |
| Modifier and Type | Method and Description |
|---|---|
IShip |
IShipBuildTask.getShipToBeBuilt()
Retrieve the ship that is to be built.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ShipyardState.calculateRepairMaterialCosts(IShip ship,
int damage) |
void |
ShipyardState.cancelRepair(IShip ship) |
private double |
ShipyardState.getShipSize(IShip ship) |
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<IShip> |
Player.fleet |
| Modifier and Type | Method and Description |
|---|---|
List<IShip> |
Player.findShips(ICity city) |
List<IShip> |
Player.getFleet() |
| Modifier and Type | Method and Description |
|---|---|
void |
Player.addShip(IShip ship) |
void |
Player.removeShip(IShip ship) |
| Modifier and Type | Method and Description |
|---|---|
IShip |
ISeaPirate.getShip()
Retrieve the priate's vehicle.
|
| Modifier and Type | Field and Description |
|---|---|
private IShip |
SeaPirate.ship |
| Modifier and Type | Method and Description |
|---|---|
private IShip |
SeaPiratesState.createInitialPiratesShip()
Create a ship for the pirate
|
| Modifier and Type | Method and Description |
|---|---|
ISeaPirate |
SeaPiratesState.createNewPirate(String name,
IShip ship)
Create an new pirate anywhere on the sea
|
ISeaPirate |
SeaPiratesState.createNewPirate(String name,
IShip ship,
javafx.geometry.Point2D near)
Create a pirate near a certain point
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICog
Interface defining a cog
|
interface |
IConvoy
A convoy is a special representation of a ship.
|
interface |
ICrayer
This interface marks a ship as a crayer.
|
interface |
IHolk
Interface defining a holk.
|
interface |
ISnaikka
This interface defines a snaikka.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cog |
class |
Crayer
This model represents a crayer.
|
class |
Holk |
class |
Ship |
class |
Snaikka |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.