public interface IAIGuildJoinStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
join(IAIPlayer player,
ICity city)
Join the guild in the city.
|
boolean |
shouldJoin(IAIPlayer player,
ICity city,
Optional<INavigableVessel> vessel)
Decide if
player should join the guild in the city. |
boolean shouldJoin(IAIPlayer player, ICity city, Optional<INavigableVessel> vessel)
player should join the guild in the city.
It may be that the player has a vessel in the city.player - who should decide on joiningcity - where to joinvessel - possible vessel in the cityCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.