org.starhope.appius.game.npc
Class PythonNPCFactory

java.lang.Object
  extended by org.starhope.appius.game.npc.AppiusNonPlayerCharacter
      extended by org.starhope.appius.game.npc.PythonNPCFactory

public class PythonNPCFactory
extends AppiusNonPlayerCharacter

Author:
brpocock

Constructor Summary
PythonNPCFactory()
           
 
Method Summary
static AbstractUser getNPC(String script, String klass)
           
 
Methods inherited from class org.starhope.appius.game.npc.AppiusNonPlayerCharacter
getScriptedNPC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonNPCFactory

public PythonNPCFactory()
Method Detail

getNPC

public static AbstractUser getNPC(String script,
                                  String klass)
Parameters:
script - WRITEME
klass - WRITEME
Returns:
WRITEME