Uses of Class
jurpe.characters.PrimaryStats

Packages that use PrimaryStats
jurpe.characters   
jurpe.system   
 

Uses of PrimaryStats in jurpe.characters
 

Methods in jurpe.characters that return PrimaryStats
 PrimaryStats CharacterAttributes.getPrimariyStats()
          Get character's primary statistics
 PrimaryStats BasicPC.getPrimaryStats()
          Return Primary Statistics of character (ST, DX, IQ and such)
 PrimaryStats CharacterAttributes.primaryStats()
          Return current character ST,DX,IQ,HT
 

Methods in jurpe.characters with parameters of type PrimaryStats
 void CharacterAttributes.setPrimaryStats(PrimaryStats ps)
          Set primary stats
 

Constructors in jurpe.characters with parameters of type PrimaryStats
CharacterAttributes(java.lang.String nm, PrimaryStats ps)
          Create character attributes with name and PrimaryStats
 

Uses of PrimaryStats in jurpe.system
 

Methods in jurpe.system that return PrimaryStats
static PrimaryStats JurpeUtils.generateStats(int characterPoints)
          Generates ST,DX,IQ,HT that matches given character points
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net