OGS Java API Spec

Uses of Class
ogs.core.Ability.Method

Packages that use Ability.Method
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
 

Uses of Ability.Method in ogs.core
 

Subclasses of Ability.Method in ogs.core
 class Ability.AverageMethod
          A method that generates average ability scores.
 class Ability.HighPoweredMethod
          A method that generates "high-powered" ability scores.
 class Ability.StandardMethod
          A method that generates above-average ability scores.
 

Constructors in ogs.core with parameters of type Ability.Method
Strength(Ability.Method method)
          Create a new Strength score using a method.
Ability(int abilityType, Ability.Method method)
          Create a new ability score using a method.
Abilities(Ability.Method method)
          Create a new set of ability scores using a method.
 


OGS Java API Spec