org.gjt.universe
Class RaceRandom

java.lang.Object
  |
  +--org.gjt.universe.KeyedItem
        |
        +--org.gjt.universe.RaceBase
              |
              +--org.gjt.universe.RaceRandom
All Implemented Interfaces:
java.io.Serializable

public class RaceRandom
extends RaceBase
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static RaceRandom RANDOM
           
static java.lang.String RANDOM_KEY
           
 
Fields inherited from class org.gjt.universe.RaceBase
 
Fields inherited from class org.gjt.universe.KeyedItem
 
Constructor Summary
RaceRandom()
          This constructor is used to create the single instance of this class.
 
Method Summary
 void performLocalization()
          This method overrides that of our abstract base class to set the description and back story of instances of this class.
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.RaceBase
addRace, deleteRaces, FindByKey, getName, getRace, getRaces, randomlySelectedRace
 
Methods inherited from class org.gjt.universe.KeyedItem
FindByDescriptionAndSpace, FindByKeyAndSpace, getBackStory, getDescription, getKey, hashCode, setBackStory, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RANDOM_KEY

public static final java.lang.String RANDOM_KEY
See Also:
Constant Field Values

RANDOM

public static final RaceRandom RANDOM
Constructor Detail

RaceRandom

public RaceRandom()
This constructor is used to create the single instance of this class.

Method Detail

performLocalization

public void performLocalization()
This method overrides that of our abstract base class to set the description and back story of instances of this class. This method will be called automatically when either our getDescription or getBackStory methods are called.

Overrides:
performLocalization in class RaceBase
See Also:
getDescription, getBackStory

specificDisplayDebug

public VectorDisplayReturn specificDisplayDebug()
Specified by:
specificDisplayDebug in class RaceBase


Copyright © 2001 Universe Dev Team All Rights Reserved.