Class MultiZonesFixedPathsList

java.lang.Object
games.stendhal.server.core.pathfinder.MultiZonesFixedPathsList
All Implemented Interfaces:
Observer

public class MultiZonesFixedPathsList extends Object implements Observer
class for creating complete route of npc across his world's path, with notifications at keypoints and road's end.
  • Constructor Details

    • MultiZonesFixedPathsList

      public MultiZonesFixedPathsList(SpeakerNPC npc, List<List<RPZonePath>> pathes, Observer middle, Observer end)
      constructor
      Parameters:
      npc - - npc to go
      pathes - - list of all routes of npc across the world
      middle - - observer for notifying about each route's over.
      end - - observer for notifying about road's end.
  • Method Details