| Modifier and Type | Method and Description |
|---|---|
List<INavigableVessel> |
IPlayer.findShips(ICity city)
Find all ships in a city
|
List<INavigableVessel> |
IPlayer.getSelectableVessels()
Provide a different view on the fleet by containing all the
vessels that can be selected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPlayer.addSelectableVessel(INavigableVessel vessel)
Add a selectable vessel to the list.
|
void |
IPlayer.removeSelectableVessel(INavigableVessel vessel)
Remove a selectable vessel from the list.
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<INavigableVessel> |
Player.selectableVessel |
| Modifier and Type | Method and Description |
|---|---|
List<INavigableVessel> |
Player.findShips(ICity city) |
List<INavigableVessel> |
Player.getSelectableVessels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Player.addSelectableVessel(INavigableVessel vessel) |
void |
Player.removeSelectableVessel(INavigableVessel vessel) |
| Modifier and Type | Method and Description |
|---|---|
INavigableVessel |
ISeaPirate.getShip()
Retrieve the priate's vehicle.
|
| Modifier and Type | Field and Description |
|---|---|
private INavigableVessel |
SeaPirate.ship |
| Modifier and Type | Field and Description |
|---|---|
private INavigableVessel |
TravellingVessel.vessel |
| Modifier and Type | Field and Description |
|---|---|
private Map<INavigableVessel,TravellingVessel> |
TravellingVessels.vessels |
| Modifier and Type | Method and Description |
|---|---|
Iterator<INavigableVessel> |
TravellingVessels.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ILocationTracker.add(INavigableVessel ship)
Add a shipt to the location tracker.
|
void |
TravellingVessels.addVessel(INavigableVessel vessel,
javafx.scene.shape.Path path,
List<javafx.geometry.Point2D> points,
boolean visibleOnMap) |
TravellingVessel |
TravellingVessels.getTravellingVessel(INavigableVessel vessel) |
void |
TravellingVessels.remove(INavigableVessel vessel) |
| Modifier and Type | Method and Description |
|---|---|
Optional<INavigableVessel> |
ShipService.findShipByUuid(List<INavigableVessel> fleet,
String uuid)
Find the ship that matches the UUID within a list of ships.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ShipService.calculateShipsWeaponsStrength(INavigableVessel ship)
Calculate the total strength of the ships weapons.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<INavigableVessel> |
ShipService.findShipByUuid(List<INavigableVessel> fleet,
String uuid)
Find the ship that matches the UUID within a list of ships.
|
| 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 |
IShip
Model of a ship
|
interface |
IShipGroup
A Ship group is similar to a
IConvoy only that there is no Orleg ship. |
interface |
ISnaikka
This interface defines a snaikka.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cog |
class |
Convoy |
class |
Crayer
This model represents a crayer.
|
class |
Holk |
class |
Ship |
class |
Snaikka |
| Modifier and Type | Field and Description |
|---|---|
private INavigableVessel |
MapSegmentDataCheck.ship |
| Modifier and Type | Field and Description |
|---|---|
private Map<INavigableVessel,MapSegmentDataCheck> |
MapLocationDetectionModel.checkList |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MapLocationDetectionModel.isInCheckedList(INavigableVessel ship) |
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.