public interface IBlockade
| Modifier and Type | Method and Description |
|---|---|
void |
addShips(IPlayer player,
List<IShip> shipList)
Add a number of ships for a player to the blockade.
|
org.joda.time.DateTime |
getAssemblyDate()
Date when the convoy is assembled to travel to the city to be blockaded.
|
IConvoy |
getBlockadeConvoy()
Retrieve the blockade convoy
|
org.joda.time.DateTime |
getEndBlockade()
End date of the blockade.
|
int |
getNumberOfRequestedShips(IPlayer player)
Retrieve the number of ships that are requested.
|
List<IPlayer> |
getPlayersWithRequestedShips()
Retrieve a list of players which have requested a ship
|
List<IShip> |
getShips()
Retrieve all ships for the blockade.
|
List<IShip> |
getShips(IPlayer player)
Retrieve the ships of a certain player.
|
List<IShip> |
getShipsToAuction()
List containing ships that were captured during the blockade mission,
that will be auctioned at the end.
|
void |
setConvoy(IConvoy convoy)
Set the convoy.
|
org.joda.time.DateTime getAssemblyDate()
org.joda.time.DateTime getEndBlockade()
IConvoy getBlockadeConvoy()
List<IShip> getShips(IPlayer player)
player - List<IPlayer> getPlayersWithRequestedShips()
int getNumberOfRequestedShips(IPlayer player)
player - void addShips(IPlayer player, List<IShip> shipList)
player - shipList - void setConvoy(IConvoy convoy)
convoy - Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.