Class NpcManager


  • public class NpcManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NpcManager​(Store store)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.File out)  
      NpcDefinition get​(int npcId)  
      java.util.Collection<NpcDefinition> getNpcs()  
      void java​(java.io.File java)  
      void load()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NpcManager

        public NpcManager​(Store store)
    • Method Detail

      • load

        public void load()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • dump

        public void dump​(java.io.File out)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • java

        public void java​(java.io.File java)
                  throws java.io.IOException
        Throws:
        java.io.IOException