public class MazeGenerationParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MazeGenerationParams.AlgorithmType |
| Constructor and Description |
|---|
MazeGenerationParams(MazeGenerationParams.AlgorithmType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRecursiveBcktrackerWithBlocks() |
boolean |
isRecursiveBcktrackerWithPassages() |
public MazeGenerationParams(MazeGenerationParams.AlgorithmType type)
Copyright © 2019 Martin Frank. All rights reserved.