Class MazePainter

java.lang.Object
games.stendhal.server.maps.quests.maze.MazePainter

public class MazePainter extends Object
Makes a pretty maze map based on the generated collision layer.
  • Constructor Details

    • MazePainter

      public MazePainter()
  • Method Details

    • paint

      public void paint(StendhalMapStructure map)
      Paint tiles to a map according to a maps collision layer.
      Parameters:
      map -
    • paintPortal

      public void paintPortal(StendhalMapStructure map, int x, int y)
      Paint the portal tile at specified location. Can not be called before paint().
      Parameters:
      map -
      x -
      y -