Uses of Class
org.deken.game.map.Section

Packages that use Section
org.deken.game.map The Map package contains various maps for storing the locations of game pieces. 
 

Uses of Section in org.deken.game.map
 

Subclasses of Section in org.deken.game.map
 class TileSection
          Title: Tile2DSection
 

Methods in org.deken.game.map with parameters of type Section
 void FreeStyleMap.addSection(Section section, GameLocation gameLocation)
           
abstract  void GameMap.addSection(Section section, GameLocation gameLocation)
          Add a Section to the specified location.
 void TileMap.addSection(Section section, GameLocation gameLocation)