Package org.starhope.appius.game.npc

Class Summary
AbstractScriptedNPC WRITEME: The documentation for this type (AbstractScriptedNPC) is incomplete.
AppiusNonPlayerCharacter  
AppiusNPCManager 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.
ClodiaPulchraTertia  
EcmaScriptNPCFactory  
LuaNPC A non-player character controlled by a chunk of Lua script.
LuaNPCFactory A non-player character controlled by a chunk of Lua script.
PerlNPC  
PerlNPCFactory  
PythonNPC  
PythonNPCFactory  
RubyNPC  
RubyNPCFactory  
ScriptableNPCFactory