Uses of Interface
net.sf.freecol.common.model.pathfinding.GoalDecider

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

Uses of GoalDecider in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model with parameters of type GoalDecider
 PathNode Map.search(Tile startTile, GoalDecider gd, CostDecider costDecider, int maxTurns)
          Finds a path to a goal determined by the given GoalDecider.
 PathNode Map.search(Unit unit, GoalDecider gd, int maxTurns)
          Finds a path to a goal determined by the given GoalDecider.
 PathNode Map.search(Unit unit, GoalDecider gd, int maxTurns, Unit carrier)
          Finds a path to a goal determined by the given GoalDecider.
 PathNode Map.search(Unit unit, Tile startTile, GoalDecider gd, CostDecider costDecider, int maxTurns)
          Finds a path to a goal determined by the given GoalDecider.
 PathNode Map.search(Unit unit, Tile startTile, GoalDecider gd, CostDecider costDecider, int maxTurns, Unit carrier)
          Finds a path to a goal determined by the given GoalDecider.
 PathNode Map.search(Unit unit, Tile startTile, GoalDecider gd, int maxTurns)
          Finds a path to a goal determined by the given GoalDecider.
 PathNode Map.search(Unit unit, Tile startTile, GoalDecider gd, int maxTurns, Unit carrier)
          Finds a path to a goal determined by the given GoalDecider.