public 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 and Description |
|---|---|
void |
addShip(IShip ship)
Add a ship to the convoy.
|
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, setLocation, togglePirateFlag, unloadList<IShip> getShips()
getShips in interface IGroupableVesselvoid addShip(IShip ship)
ship - to be added.void removeShip(IShip ship)
ship - to be removed.Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.