Examples of TeleporterBehaviour


Examples of games.stendhal.server.entity.npc.behaviour.impl.TeleporterBehaviour

    SingletonRepository.getLoginNotifier().addListener(this);
   
    if (System.getProperty("stendhal.santa") != null) {
      // activate santa here
      createSanta();
      teleporterBehaviour = new TeleporterBehaviour(santa, "Ho, ho, ho! Merry Christmas!", false);
    }
  }
View Full Code Here

Examples of games.stendhal.server.entity.npc.behaviour.impl.TeleporterBehaviour

* @author kymara
*/
public class FlowerSellerNPC implements ZoneConfigurator {
  public void configureZone(final StendhalRPZone zone, final Map<String, String> attributes) {

          new TeleporterBehaviour(buildSemosHouseArea(), "Flowers! Get your fresh flowers here!");
  }
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.