|
||||||||||
| 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.DungeonMap
Creates a dungeon map.
| Constructor Summary | |
|---|---|
DungeonMap(Location theLocation,
int theWidth,
int theHeight,
boolean finite)
Creates a new underground map. |
|
| Method Summary |
|---|
| 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 DungeonMap(Location theLocation,
int theWidth,
int theHeight,
boolean finite)
theLocation - the location to which the map belongstheWidth - the width of the map (will be increased if necessary to even it)theHeight - the height of the map (will be increased if necessary to even it)finite - a flag indicating whether the map is finite or not
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||