Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIGuildJoinStrategyType
-
Packages that use IAIGuildJoinStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.player -
-
Uses of IAIGuildJoinStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIGuildJoinStrategyType Modifier and Type Method Description IAIGuildJoinStrategyTypeIAIPlayer. getGuildJoinStrategyType()Retrieve the strategy to join guilds. -
Uses of IAIGuildJoinStrategyType in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return IAIGuildJoinStrategyType Modifier and Type Method Description IAIGuildJoinStrategyTypeAIPlayer. getGuildJoinStrategyType() -
Uses of IAIGuildJoinStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIGuildJoinStrategyType Modifier and Type Method Description java.util.List<IAIGuildJoinStrategyType>IAIStrategyProvider. getGuildJoinStrategies()Provide a list of strategies to join a guild.
-