com.tootsville.npc
Class Smudge.MoveRandomlyRunner
java.lang.Object
com.tootsville.npc.Smudge.MoveRandomlyRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Smudge
final class Smudge.MoveRandomlyRunner
- 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.MoveRandomlyRunner
Smudge.MoveRandomlyRunner()
run
public void run()
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()