|
|||||||||
| 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.WildernessGenerator
public class WildernessGenerator
Generator for wilderness type maps.
| Constructor Summary | |
|---|---|
WildernessGenerator(java.util.Properties props)
Creates a new instance of WildernessGenerator |
|
| Method Summary | |
|---|---|
LayeredMap |
generate(int width,
int height)
Generate a new map of width x height squares. |
| 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 WildernessGenerator(java.util.Properties props)
| Method Detail |
|---|
public LayeredMap generate(int width,
int height)
width - desired map widthheight - desired map height
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||