Class MazePainter
java.lang.Object
games.stendhal.server.maps.quests.maze.MazePainter
Makes a pretty maze map based on the generated collision layer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPaint tiles to a map according to a maps collision layer.voidpaintPortal(StendhalMapStructure map, int x, int y) Paint the portal tile at specified location.
-
Constructor Details
-
MazePainter
public MazePainter()
-
-
Method Details
-
paint
Paint tiles to a map according to a maps collision layer.- Parameters:
map-
-
paintPortal
Paint the portal tile at specified location. Can not be called before paint().- Parameters:
map-x-y-
-