org.starhope.appius.user
Class PathFinder.ContinuePathRunner
java.lang.Object
org.starhope.appius.user.PathFinder.ContinuePathRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PathFinder
public class PathFinder.ContinuePathRunner
- extends Object
- implements Runnable
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
private final Coord3D target
- Where are we going?
PathFinder.ContinuePathRunner
public PathFinder.ContinuePathRunner(Coord3D until)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
until
- the place we want to eventually reach
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()