de.adom.jade.world.maps
Class HumanVillageMap

java.lang.Object
  extended by de.adom.jade.world.maps.Map
      extended by de.adom.jade.world.maps.OutdoorMap
          extended by de.adom.jade.world.maps.SettlementMap
              extended by de.adom.jade.world.maps.HumanVillageMap
All Implemented Interfaces:
java.io.Serializable

public class HumanVillageMap
extends SettlementMap

Implements the map for a human village.

See Also:
Serialized Form

Constructor Summary
HumanVillageMap(Location theLocation)
          Builds a human village map.
 
Method Summary
 
Methods inherited from class de.adom.jade.world.maps.SettlementMap
getSightRange
 
Methods inherited from class de.adom.jade.world.maps.OutdoorMap
placePool, placeTrees
 
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, 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

HumanVillageMap

public HumanVillageMap(Location theLocation)
Builds a human village map.

Parameters:
theLocation - the location to which the map belongs