public interface IAIGuildJoinStrategy
| Modifier and Type | Method | Description |
|---|---|---|
void |
join(IAIPlayer player,
ICity city) |
Join the guild in the city.
|
boolean |
shouldJoin(IAIPlayer player,
ICity city,
java.util.Optional<INavigableVessel> vessel) |
Decide if
player should join the guild in the city. |
boolean shouldJoin(IAIPlayer player, ICity city, java.util.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.