Skip navigation links
A B C E F G H I M N P R S T U W 

F

forEachCountry(Consumer<Country>) - Method in interface peril.ai.AIController
Performs a Consumer function on all the Countrys on the Board.
forEachEnemyNeighbour(Country, Consumer<Country>) - Method in interface peril.ai.AIController
Performs a Consumer task on every Country that is not owned by the Player owner of the specified Country and is a neighbour of that Country.
forEachFriendlyCountry(Player, Consumer<Country>) - Method in interface peril.ai.AIController
Performs a Consumer task on every Country that is owned by the specified Player.
fortify - Variable in class peril.ai.AI
The Callable which invokes the AI.processFortify(AIController).
fortify(int) - Method in class peril.ai.AI
Performs the fortify operations of this AI.
fortify() - Method in interface peril.ai.AIController
Fortifies the second Country with one unit from the first Country to that was selected using AIController.select(Country).
future - Variable in class peril.ai.AI
The result of the AI operation on another thread.
A B C E F G H I M N P R S T U W 
Skip navigation links