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