Package games.stendhal.server.entity.npc.behaviour.impl

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


        "At Easter one may see the Easter Bunny hopping around the world of Faiumoni. Bunny is really fast even though he carries some heavy surprises with him...",
        false);

    if (System.getProperty("stendhal.easterbunny") != null) {
        createbunny();
        teleporterBehaviour = new ItemDroppingTeleporterBehaviour(bunny, "*hop* *hop* *hop* Happy Easter!", true, "small easter egg");
    }
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.behaviour.impl.ItemDroppingTeleporterBehaviour

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.