Examples of MazeSign


Examples of games.stendhal.server.maps.quests.maze.MazeSign

  private SpeakerNPC getNPC() {
    return npcs.get("Haizen");
  }
 
  private void addMazeSign() {
    setSign(new MazeSign());
    getSign().setPosition(10, 7);
    getNPC().getZone().add(getSign());
  }
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.