Uses of Class
org.deken.game.movement.PathFindingToTile4Movement.FINDING_DIRECTION

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

Uses of PathFindingToTile4Movement.FINDING_DIRECTION in org.deken.game.movement
 

Methods in org.deken.game.movement that return PathFindingToTile4Movement.FINDING_DIRECTION
static PathFindingToTile4Movement.FINDING_DIRECTION PathFindingToTile4Movement.FINDING_DIRECTION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PathFindingToTile4Movement.FINDING_DIRECTION[] PathFindingToTile4Movement.FINDING_DIRECTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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