public class CountryPathFinder
extends java.lang.Object
Constructor and Description |
---|
CountryPathFinder() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canUnitReachLand(UnitStack us,
Country from,
Country to) |
int |
distanceBetweenLand(Country from,
Country to) |
static int |
distanceToEnemy(Country from) |
static Country |
getMostValuableEnemyBorder(Country from,
int range,
VoxWorld world) |
public static int distanceToEnemy(Country from)