Uses of Class
jurpe.dungeon.Level

Packages that use Level
jurpe.containers   
jurpe.dungeon   
 

Uses of Level in jurpe.containers
 

Constructors in jurpe.containers with parameters of type Level
Lootables(Level dungeonLevel)
          Constructor
Monsters(Level dungeonLevel)
          Constructor
 

Uses of Level in jurpe.dungeon
 

Methods in jurpe.dungeon that return Level
 Level Dungeons.getCurrentLevel()
          The level where avatar is
 Level Dungeons.getDungeonLevel(int level)
          Handle to Dungeon level
 Level DungeonLevels.getDungeonLevel(int level)
          Get the dungeon map associated with that level
 Level PlaceHolder.getLevel()
          Get placeholder's level
 Level Avatar.getLevel()
           
static Level DungeonLevels.restore(int level)
          Get a serialized Level
 

Methods in jurpe.dungeon with parameters of type Level
 void Dungeons.drawDungeon(Level dungeonLevel, HexMap hexMapControl)
          Draw dungeon into and HexMap control and connect its logic.
 void Dungeons.setCurrentLevel(Level level)
           
 void PlaceHolder.setLevel(Level lvl)
          Set placeholder's level
 void Avatar.setLevel(Level lvl)
          Set avatar level
 

Constructors in jurpe.dungeon with parameters of type Level
PlaceHolder(Level level, PlaceholderType phType, java.lang.String name)
          Constructor
 


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