Package npc.model

Examples of npc.model.PathfinderInstance


            if(iz != null)
            {
              String loc = iz.getAddParams().getString("pathfinder_loc", null);
              if(loc != null)
              {
                PathfinderInstance npc = new PathfinderInstance(IdFactory.getInstance().getNextId(), NpcHolder.getInstance().getTemplate(PATHFINDER));
                npc.setSpawnedLoc(Location.parseLoc(loc));
                npc.setReflection(KamalokaNightmare.this);
                npc.spawnMe(npc.getSpawnedLoc());
              }
            }
          }
          else
            collapse();
View Full Code Here

TOP

Related Classes of npc.model.PathfinderInstance

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.