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