Class GoToPosition
java.lang.Object
games.stendhal.server.core.pathfinder.GoToPosition
- All Implemented Interfaces:
Observer
class for guide NPC to certain point in his zone
- Author:
- yoriy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish()
final part of travelvoid
update(Observable o, Object arg)
update function
-
Constructor Details
-
GoToPosition
Constructor- Parameters:
entity
- - path notifier ownerposition
- target positiono
- observer
-
-
Method Details