org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.GoToNamedTargetRunner
java.lang.Object
org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.GoToNamedTargetRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PlebeianScriptRunner
private final class PlebeianScriptRunner.GoToNamedTargetRunner
- extends Object
- implements Runnable
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Field Summary |
private String |
destination
WRITEME: Document this brpocock@star-hope.org |
private String |
moveVerb
WRITEME: Document this brpocock@star-hope.org |
destination
private final String destination
- WRITEME: Document this brpocock@star-hope.org
moveVerb
private final String moveVerb
- WRITEME: Document this brpocock@star-hope.org
PlebeianScriptRunner.GoToNamedTargetRunner
PlebeianScriptRunner.GoToNamedTargetRunner(String dest,
String via)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
dest
- the named destinationvia
- 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()