Uses of Class
org.starhope.appius.user.AbstractNonPlayerCharacter

Packages that use AbstractNonPlayerCharacter
org.starhope.appius.game.npc   
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.services   
org.starhope.appius.user   
 

Uses of AbstractNonPlayerCharacter in org.starhope.appius.game.npc
 

Subclasses of AbstractNonPlayerCharacter in org.starhope.appius.game.npc
 class QuestItemExchanger
          WRITEME: Document this type.
 

Uses of AbstractNonPlayerCharacter in org.starhope.appius.game.npc.plebeian
 

Subclasses of AbstractNonPlayerCharacter in org.starhope.appius.game.npc.plebeian
 class Plebeian
           The Plebeian class is a base class for simply scripted NPC:s using the Plebeian structure, which is meant to be a fairly understandable scripting language for basic state machine representation.
 

Uses of AbstractNonPlayerCharacter in org.starhope.appius.services
 

Constructors in org.starhope.appius.services with parameters of type AbstractNonPlayerCharacter
ClodiaSecunda(AbstractNonPlayerCharacter who, Thread parentThread)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of AbstractNonPlayerCharacter in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as AbstractNonPlayerCharacter
private  AbstractNonPlayerCharacter AbstractNonPlayerCharacter.RealSpeakRunner.npc
          WRITEME: Document this brpocock@star-hope.org
 

Constructors in org.starhope.appius.user with parameters of type AbstractNonPlayerCharacter
AbstractNonPlayerCharacter.RealSpeakRunner(AbstractNonPlayerCharacter anNPC, String newSpeech, Room newRoom)
          WRITEME: Document this constructor brpocock@star-hope.org