Package org.starhope.appius.game.npc

Interface Summary
NPCInterface  
 

Class Summary
BraqueNonPlayerCharacter  
BraqueNPCManager This behavior allows you to write your code as if the server were always up, with the caveat that you do have to check elapsed time in your periodic task's run method if a delay between that and the last time it was run has significance to your logic.
EcmaScriptNPC  
LuaNPC A non-player character controlled by a chunk of Lua script.
PerlNPC  
PythonNPC  
RubyNPC  
ScriptableNPCFactory