Uses of Class
de.adom.jade.world.Complex

Packages that use Complex
de.adom.jade.world   
de.adom.jade.world.maps   
 

Uses of Complex in de.adom.jade.world
 

Subclasses of Complex in de.adom.jade.world
 class DungeonComplex
          Creates a standard dungeon complex.
 class HugeDungeonComplex
          Creates a huge dungeon complex.
 class HumanVillageComplex
          Creates a human village complex.
 class WorldComplex
          Creates a human village complex.
 

Methods in de.adom.jade.world that return Complex
 Complex Location.getComplex()
          Returns the complex to which this location belongs.
static Complex ComplexFactory.createHumanHarbour()
          Creates a human harbour.
static Complex ComplexFactory.createHumanCity()
          Creates a human city.
static Complex ComplexFactory.createPirateNest()
          Creates a pirate nest.
static Complex ComplexFactory.createTown()
          Creates a human town.
static Complex ComplexFactory.createElvenTown()
          Creates a human harbour.
static Complex ComplexFactory.createDwarvenCity()
          Creates a dwarven city.
static Complex ComplexFactory.createHurthlingVillage()
          Creates a hurthling village.
static Complex ComplexFactory.createDrakelingTown()
          Creates a drakeling town.
static Complex ComplexFactory.createOasis()
          Creates an oasis.
static Complex ComplexFactory.createHumanVillage()
          Creates a human village.
static Complex ComplexFactory.createHugeDungeon()
          Creates a huge dungeon.
static Complex ComplexFactory.createDungeon()
          Creates a dungeon.
 

Methods in de.adom.jade.world with parameters of type Complex
 void Location.setComplex(int index, Complex theComplex)
          Defines the complex to which this location belongs.
 

Uses of Complex in de.adom.jade.world.maps
 

Methods in de.adom.jade.world.maps with parameters of type Complex
 void Map.attach(int x, int y, Complex complex)
          Attaches a new complex in a given position to the location to which this map belongs.