Package | Description |
---|---|
peril.ai | |
peril.ai.api |
Modifier and Type | Method and Description |
---|---|
Player |
AIController.getCurrentPlayer()
Retrieves the current
Player . |
Modifier and Type | Method and Description |
---|---|
java.util.Set<? extends Player> |
AIController.getPlayers()
Retrieves all the
Player s that are currently active in the game. |
Modifier and Type | Method and Description |
---|---|
void |
AIController.forEachFriendlyCountry(Player player,
java.util.function.Consumer<Country> task)
|
Modifier and Type | Method and Description |
---|---|
Player |
Country.getOwner()
|
Player |
Continent.getOwner()
|