|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.user.AbstractNonPlayerCharacter.RealSpeakRunner
private final class AbstractNonPlayerCharacter.RealSpeakRunner
WRITEME: Document this type.
Field Summary | |
---|---|
private AbstractNonPlayerCharacter |
npc
WRITEME: Document this brpocock@star-hope.org |
private Room |
room
WRITEME: Document this brpocock@star-hope.org |
private String |
speech
WRITEME: Document this brpocock@star-hope.org |
Constructor Summary | |
---|---|
AbstractNonPlayerCharacter.RealSpeakRunner(AbstractNonPlayerCharacter anNPC,
String newSpeech,
Room newRoom)
WRITEME: Document this constructor 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 |
Field Detail |
---|
private final AbstractNonPlayerCharacter npc
private final String speech
private final Room room
Constructor Detail |
---|
AbstractNonPlayerCharacter.RealSpeakRunner(AbstractNonPlayerCharacter anNPC, String newSpeech, Room newRoom)
anNPC
- WRITEMEnewSpeech
- WRITEMEnewRoom
- WRITEMEMethod Detail |
---|
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |