public class Region extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<BaseLocation> |
getBaseLocations() |
Position |
getCenter() |
List<Chokepoint> |
getChokepoints() |
List<Region> |
getReachableRegions() |
int |
hashCode() |
boolean |
isReachable(Region region) |
public Position getCenter()
public List<Chokepoint> getChokepoints()
public List<BaseLocation> getBaseLocations()
public boolean isReachable(Region region)
Copyright © 2022. All rights reserved.