Uses of Class
universe.server.database.RaceBase

Packages that use RaceBase
universe.server.database   
 

Uses of RaceBase in universe.server.database
 

Subclasses of RaceBase in universe.server.database
 class RaceRandom
           
 

Fields in universe.server.database declared as RaceBase
private  RaceBase CivOptions.myFoundingSpecies
           
 

Methods in universe.server.database 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.
 

Methods in universe.server.database 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.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.