Uses of Class
jurpe.dungeon.Dungeons

Packages that use Dungeons
jurpe.containers   
jurpe.dungeon   
jurpe.dungeon.crawler   
jurpe.dungeon.hexmap   
jurpe.system   
jurpedemo.frames   
 

Uses of Dungeons in jurpe.containers
 

Methods in jurpe.containers with parameters of type Dungeons
 void Monsters.initialize(Dungeons dungeon)
          Generate new wave of monsters.
 void Lootables.initialize(Dungeons dungeon)
          Generate new set of dungeon items, that is money or other items that can be found in the dungeon.
 

Uses of Dungeons in jurpe.dungeon
 

Methods in jurpe.dungeon with parameters of type Dungeons
 void Level.fillWithItems(Dungeons dungeon)
          Fill this level with random items
 void Level.fillWithMonsters(Dungeons dungeon)
          Fill this level with random monsters
static Avatar Avatar.getAvatar(java.util.Random rnd, Dungeons dng)
          Creates a new Avatar.
 

Constructors in jurpe.dungeon with parameters of type Dungeons
DungeonLevels(Dungeons inDungeon, int levels)
          Constructor
 

Uses of Dungeons in jurpe.dungeon.crawler
 

Constructors in jurpe.dungeon.crawler with parameters of type Dungeons
MapCrawler(HexMap map, Dungeons game)
          Constructor
 

Uses of Dungeons in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap that return Dungeons
 Dungeons HexMap.getDungeon()
          Get dungeon handles
 

Methods in jurpe.dungeon.hexmap with parameters of type Dungeons
static HexMap HexMapFactory.createHexMap(PanelGame container, Dungeons d, int hmWidth, int hmHeight)
           
 void HexMapDrawing.drawPlaceHolders(java.awt.Graphics g, Dungeons dungeon)
          Draw the placeholders in this hexmap
 void HexMap.setDungeon(Dungeons game)
          The Game handle
 

Uses of Dungeons in jurpe.system
 

Methods in jurpe.system that return Dungeons
 Dungeons CoreHandles.getDungeon()
          Handle to dungeon
 

Uses of Dungeons in jurpedemo.frames
 

Methods in jurpedemo.frames with parameters of type Dungeons
 void PanelGame.createHexMap(Dungeons d)
           
 


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