Uses of Class
net.sf.freecol.common.model.Map.PathType

Packages that use Map.PathType
net.sf.freecol.common.model Contains the game model. 
 

Uses of Map.PathType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Map.PathType
static Map.PathType Map.PathType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Map.PathType[] Map.PathType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.common.model with parameters of type Map.PathType
 PathNode Map.findPath(Tile start, Tile end, Map.PathType type)
          Finds a shortest path between the given tiles.