IGroupableVessel, INavigableVesselShipGrouppublic interface IShipGroup extends IGroupableVessel
IConvoy only that there is no Orleg ship.
This type of ships is usually found with pirates, when the capture more ships.| Modifier and Type | Method | Description |
|---|---|---|
void |
addShip(IShip ship) |
Add a ship to the convoy.
|
java.util.List<IShip> |
getShips() |
Retrieve a list of the ships in the convoy.
|
void |
removeShip(IShip ship) |
Remove a ship from the convoy.
|
damage, getCapacity, getCaptian, getCurrentSpeed, getDamage, getLoadableSpace, getLoadBinding, getLoadedWares, getLocation, getName, getNumberOfSailors, getOwner, getPirateFlag, getSize, getTopSpeed, getUuid, getWare, getWeaponAmount, load, pirateFlagProperty, setLocation, togglePirateFlag, unloadjava.util.List<IShip> getShips()
getShips in interface IGroupableVesselvoid addShip(IShip ship)
ship - to be added.void removeShip(IShip ship)
ship - to be removed.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.