MazeMapLayer

class MazeMapLayer(val maze: Maze, val blockToPlace: BlockPlacementInformation) : MapLayer

Constructors

Link copied to clipboard
fun MazeMapLayer(maze: Maze, blockToPlace: BlockPlacementInformation)

Functions

Link copied to clipboard
open operator override fun get(x: Int, y: Int): BlockPlacementInformation?

Properties

Link copied to clipboard
val blockToPlace: BlockPlacementInformation
Link copied to clipboard
open override val height: Int
Link copied to clipboard
val maze: Maze
Link copied to clipboard
open override val width: Int