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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paint(StendhalMapStructure map)
Paint tiles to a map according to a maps collision layer.void
paintPortal(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
-
-