Package games.stendhal.server.core.pathfinder


package games.stendhal.server.core.pathfinder
  • Class Summary
    Class
    Description
    the guide dog of an Entity.
    A path using a fixed route.
    class for guide NPC to certain point in his zone
    class for NPC's multi-zones traveling
    class for creating complete route of npc across his world's path, with notifications at keypoints and road's end.
     
     
    Implements the A* algorithm.
    class is wrapper around zone name and local path inside this zone
    A simple and stupid path finder that checks just the collision map, but does not require adding an entity to the map before using.