|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.adom.jade.world.maps.Map
de.adom.jade.world.maps.UndergroundMap
de.adom.jade.world.maps.MazeMap
Implements a maze that is completely made up from tunnels.
| Constructor Summary | |
|---|---|
MazeMap(Location theLocation,
int theWidth,
int theHeight,
boolean finite)
Creates a maze. |
|
| Method Summary | |
|---|---|
void |
buildMaze(int x,
int y)
Builds the maze by digging a lot of tunnels. |
| Methods inherited from class de.adom.jade.world.maps.Map |
|---|
addArea, addMapListener, attach, buildConnections, fireMapUpdated, getAreas, getBeing, getDirectionalXModifier, getDirectionalYModifier, getDistance, getDX, getDY, getHeight, getLocation, getMapView, getOpenBuilderTile, getRandomX, getRandomY, getSightRange, getTile, getVisibilityBlockadeLevel, getWidth, getWrappedX, getWrappedY, isDark, isEmpty, isFinite, isValidPosition, placeAreas, removeBeing, removeMapListener, setBeing, setDark, setPointOfView, setTile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MazeMap(Location theLocation,
int theWidth,
int theHeight,
boolean finite)
theLocation - theWidth - theHeight - finite - | Method Detail |
|---|
public void buildMaze(int x,
int y)
x - the x position of the current locationy - the ys position of the current location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||