|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrlgamekit.map.generators.AbstractMapGenerator
rlgamekit.map.generators.MinesGenerator
public class MinesGenerator
This will create 'mines' type maps, that is, mazes of straight corridors.
| Constructor Summary | |
|---|---|
MinesGenerator(java.util.Properties props)
|
|
| Method Summary | |
|---|---|
LayeredMap |
generate(int width,
int height)
Generate a map with the setting passed to the constructor and the given height and width. |
| Methods inherited from class rlgamekit.map.generators.AbstractMapGenerator |
|---|
getInt, getInt, getIntegers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MinesGenerator(java.util.Properties props)
| Method Detail |
|---|
public LayeredMap generate(int width,
int height)
width - Width of map to generate.height - Height of map to generate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||