public abstract class MazeMap<D,F extends MazeMapField<? extends MazeMapFieldData,F,E,N>,E extends MazeMapEdge<? extends MazeMapEdgeData,F,E,N>,N extends MazeMapNode<?,F,E,N>,W extends MazeMapWalker<F,E,N>>
extends com.github.martinfrank.maplib.Map<D,F,E,N,W>
| Constructor and Description |
|---|
MazeMap(int width,
int height,
com.github.martinfrank.maplib.MapStyle style,
D d) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateMaze(MazeGenerationParams mazeGenerationParams) |
aStar, getColumns, getData, getEdgeAt, getField, getFieldAt, getFields, getNodeAt, getRows, getStyle, getTransformed, pan, rotate, scalepublic MazeMap(int width,
int height,
com.github.martinfrank.maplib.MapStyle style,
D d)
public void generateMaze(MazeGenerationParams mazeGenerationParams)
Copyright © 2019 Martin Frank. All rights reserved.