Uses of Class
org.gjt.universe.RaceBase

Packages that use RaceBase
org.gjt.universe   
org.gjt.universe.scheme001   
 

Uses of RaceBase in org.gjt.universe
 

Subclasses of RaceBase in org.gjt.universe
 class RaceRandom
           
 

Fields in org.gjt.universe declared as RaceBase
private  RaceBase CivOptions.myFoundingSpecies
           
private  RaceBase Civ.foundingSpecies
           
 

Methods in org.gjt.universe that return RaceBase
static RaceBase RaceBase.FindByKey(java.lang.String aKey)
          This class method returns the species instance matching the given key, or null if there isn't one.
static RaceBase RaceBase.randomlySelectedRace()
          This method returns a race randomly selected from those currently allowed in the game.
static RaceBase RaceBase.getRace(java.lang.String name)
          This method returns the race corresponding to the given name.
 RaceBase CivOptions.getFoundingSpecies()
          This method returns the founding species stored in the receiving instance.
 RaceBase Civ.getRace()
           
 

Methods in org.gjt.universe with parameters of type RaceBase
static void RaceBase.addRace(RaceBase newRace)
          This method registers the given race as one that will be allowed to exist in the current game (which might be a smaller subset of those which are defined by the loaded scheme).
 void CivOptions.setFoundingSpecies(RaceBase newValue)
          This method sets the founding species to be stored in the receiving instance.
 void Civ.setRace(RaceBase newValue)
           
 

Uses of RaceBase in org.gjt.universe.scheme001
 

Subclasses of RaceBase in org.gjt.universe.scheme001
 class Race_001
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.