Uses of Class
jurpe.dungeon.rpgmap.RpgMap

Packages that use RpgMap
jurpe.dungeon   
jurpe.dungeon.generator   
jurpe.dungeon.hexmap   
jurpe.dungeon.rpgmap   
 

Uses of RpgMap in jurpe.dungeon
 

Methods in jurpe.dungeon that return RpgMap
 RpgMap Dungeons.getCurrentMap()
          Get current map
 RpgMap Level.getRpgMap()
          Get RpgMap of this level
 

Constructors in jurpe.dungeon with parameters of type RpgMap
Level(RpgMap sMap, int sLevel)
          Dungeon Level
 

Uses of RpgMap in jurpe.dungeon.generator
 

Methods in jurpe.dungeon.generator that return RpgMap
 RpgMap OpenSpace.createDungeon(int level)
          Create a new dungeon
 RpgMap Mazifier.createDungeon(int level)
          Create dungeon
 RpgMap IDungeonGenerator.createDungeon(int level)
          Create a new dungeon
 RpgMap Dungeonifier.createDungeon(int level)
          Create a new dungeon
 

Uses of RpgMap in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap that return RpgMap
 RpgMap HexMapView.getRpgMap()
          Get the RpgMap associated to this view
 

Methods in jurpe.dungeon.hexmap with parameters of type RpgMap
 void HexMapView.reloadRpgMap(RpgMap map)
          Reload RpgMap into the HexMapView
 

Constructors in jurpe.dungeon.hexmap with parameters of type RpgMap
HexMapView(HexMap sHexMap, RpgMap sRpgMap)
           
 

Uses of RpgMap in jurpe.dungeon.rpgmap
 

Constructors in jurpe.dungeon.rpgmap with parameters of type RpgMap
MapView(RpgMap rpgmap, short viewWidth, short viewHeight)
          Constructor
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net