Uses of Class
de.adom.jade.beings.races.Race

Packages that use Race
de.adom.jade.beings   
de.adom.jade.beings.races   
de.adom.jade.startup.chargen   
 

Uses of Race in de.adom.jade.beings
 

Methods in de.adom.jade.beings that return Race
 Race Being.getRace()
          Returns the race of this being.
 

Methods in de.adom.jade.beings with parameters of type Race
 void Being.setRace(Race theRace)
          Sets the race for this being.
 

Uses of Race in de.adom.jade.beings.races
 

Subclasses of Race in de.adom.jade.beings.races
 class HillDwarf
          Defines the hill dwarf race.
 class Human
          Defines the human race.
 class MountainDwarf
          Defines the mountain dwarf race.
 class PCRace
          Marks all races that are meant to be used by the PC.
 

Methods in de.adom.jade.beings.races that return Race
static Race[] Race.getPCRaces()
          Returns an array of the available PC races.
static Race Race.getPCRace(int index)
          Returns a specific race by index.
 

Uses of Race in de.adom.jade.startup.chargen
 

Methods in de.adom.jade.startup.chargen that return Race
 Race CharacterData.getRace()
          Returns the chosen PC race.
 

Methods in de.adom.jade.startup.chargen with parameters of type Race
 void CharacterData.setRace(Race theRace)
          Sets the race of the PC.