Uses of Interface
org.starhope.appius.game.npc.NPCInterface

Packages that use NPCInterface
org.starhope.appius.game.npc   
 

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

Methods in org.starhope.appius.game.npc that return NPCInterface
static NPCInterface ScriptableNPCFactory.getNPC(String script, String klass)
           
static NPCInterface EcmaScriptNPC.getNPC(String script, String klass)
           
static NPCInterface PerlNPC.getNPC(String script, String klass)
           
static NPCInterface RubyNPC.getNPC(String script, String klass)
           
static NPCInterface PythonNPC.getNPC(String script, String klass)
           
static NPCInterface BraqueNonPlayerCharacter.getScriptedNPC(String engine, String script, String klass)
          This instantiates an NPC based upon a script from ...