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