Uses of Class
org.deken.game.pathfinding.FindPathsFourWay

Packages that use FindPathsFourWay
org.deken.game.movement The Movement package contains classes that allow a game piece to move. 
 

Uses of FindPathsFourWay in org.deken.game.movement
 

Methods in org.deken.game.movement with parameters of type FindPathsFourWay
 void PathFindingToTile4Movement.setFindPaths(FindPathsFourWay findPaths, Sprite target)
           
 void WanderToTile4Movement.setFindPaths(FindPathsFourWay findPaths, Sprite target)
           
 

Constructors in org.deken.game.movement with parameters of type FindPathsFourWay
PathFindingToTile4Movement(Actor actor, MapSize mapSize, FindPathsFourWay findPaths, Sprite target)
           
PathFindingToTile4Movement(Actor actor, MapSize mapSize, FindPathsFourWay findPaths, Sprite target, PathFindingToTile4Movement.FINDING_DIRECTION pathFinding)
          The Targeting is used to determine the course of action.
WanderToTile4Movement(MapSize mapSize, Actor parent, FindPathsFourWay findPaths)
           
WanderToTile4Movement(MapSize mapSize, Actor parent, FindPathsFourWay findPaths, WanderToTile4Movement.FINDING_DIRECTION pathFinding)