public interface PerfectMazeAlgorithm<M extends MazeMap<?,F,E,N,?>,F extends MazeMapField<? extends MazeMapFieldData,F,E,N>,E extends MazeMapEdge<? extends MazeMapEdgeData,F,E,N>,N extends MazeMapNode<?,F,E,N>>
| Modifier and Type | Method and Description |
|---|---|
void |
createPerfectMaze() |
com.github.martinfrank.mazelib.algorithm.MapCarver<M,F,E,N> |
getCarver() |
M |
getMap() |
com.github.martinfrank.mazelib.algorithm.MapAccessor<M,F,E,N> |
getMapAccessor() |
Copyright © 2019 Martin Frank. All rights reserved.