Examples of GoldsmithNPC


Examples of games.stendhal.server.maps.ados.goldsmith.GoldsmithNPC

    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");

    new GoldsmithNPC().configureZone(zone, null);
    new BlacksmithNPC().configureZone(zone, null);

    final AbstractQuest quest = new HungryJoshua();
    quest.addToWorld();
View Full Code Here

Examples of games.stendhal.server.maps.ados.goldsmith.GoldsmithNPC

    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");

    // call NPC code which will make ProducerAdder add to register
    new GoldsmithNPC().configureZone(zone, null);

    assertFalse(producerRegister.getProducers().isEmpty());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.