de.adom.jade.beings.races
Class Human

java.lang.Object
  extended by de.adom.jade.beings.races.Race
      extended by de.adom.jade.beings.races.PCRace
          extended by de.adom.jade.beings.races.Human
All Implemented Interfaces:
java.io.Serializable

public class Human
extends PCRace

Defines the human race.

See Also:
Serialized Form

Constructor Summary
Human()
          Instantiates the human race.
 
Method Summary
 
Methods inherited from class de.adom.jade.beings.races.Race
getAttributeModifier, getBasicAttribute, getDVModifier, getExperienceModifier, getHpPercentageModifier, getPCRace, getPCRaces, getPermittedGenders, getPVModifier, getPwPercentageModifier, getRaceAttribute, getSpeedModifier, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Human

public Human()
Instantiates the human race.