zombie.ai.astar
Interface IPathfinder

All Known Implementing Classes:
LuaTimedActionNew, PathFindBehavior, PathFindState, VirtualZombie

public interface IPathfinder

Author:
LEMMY

Method Summary
 void Failed(Mover mover)
           
 java.lang.String getName()
           
 void Succeeded(Path path, Mover mover)
           
 

Method Detail

Failed

void Failed(Mover mover)

Succeeded

void Succeeded(Path path,
               Mover mover)

getName

java.lang.String getName()