org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.GoToCoordRunner
java.lang.Object
org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.GoToCoordRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PlebeianScriptRunner
private final class PlebeianScriptRunner.GoToCoordRunner
- extends Object
- implements Runnable
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Field Summary |
private Coord3D |
destCoord
WRITEME: Document this brpocock@star-hope.org |
private String |
via
WRITEME: Document this brpocock@star-hope.org |
destCoord
private final Coord3D destCoord
- WRITEME: Document this brpocock@star-hope.org
via
private final String via
- WRITEME: Document this brpocock@star-hope.org
PlebeianScriptRunner.GoToCoordRunner
public PlebeianScriptRunner.GoToCoordRunner(Coord3D target,
String method)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
target
- the target coördinatesmethod
- the method of travel, usually “Walk”
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()