com.tootsville.npc
Class Harmony.EnterForestRunner
java.lang.Object
com.tootsville.npc.Harmony.EnterForestRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Harmony
static final class Harmony.EnterForestRunner
- extends Object
- implements Runnable
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
|
Field Summary |
private Harmony |
harmony
WRITEME: Document this 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 |
harmony
private final Harmony harmony
- WRITEME: Document this brpocock@star-hope.org
Harmony.EnterForestRunner
Harmony.EnterForestRunner(Harmony anHarmony)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
anHarmony - WRITEME
run
public void run()
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()