|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AbilityComponents.AbilityLimits
Ability Limits object, denoting how many of different types of common skills and langs that a player can learn, including an entry for a specific skill.
Method Summary | |
---|---|
int |
commonSkills()
Returns number of common skills |
AbilityComponents.AbilityLimits |
commonSkills(int newVal)
Sets number of common skills |
int |
craftingSkills()
Returns number of crafting skills |
AbilityComponents.AbilityLimits |
craftingSkills(int newVal)
Sets number of crafting skills |
int |
languageSkills()
Returns number of language skills |
AbilityComponents.AbilityLimits |
languageSkills(int newVal)
Sets number of language skills |
int |
maxCommonSkills()
Returns max number of common skills |
int |
maxCraftingSkills()
Returns max number of crafting skills |
int |
maxLanguageSkills()
Returns max number of language skills |
int |
maxNonCraftingSkills()
Returns max number of non-crafting skills |
int |
nonCraftingSkills()
Returns number of non-crafting skills |
AbilityComponents.AbilityLimits |
nonCraftingSkills(int newVal)
Sets number of non-crafting skills |
int |
specificSkillLimit()
Returns number of given specific ability type limit. |
AbilityComponents.AbilityLimits |
specificSkillLimit(int newVal)
Sets number of given specific ability type limit. |
Method Detail |
---|
int commonSkills()
int maxCommonSkills()
AbilityComponents.AbilityLimits commonSkills(int newVal)
newVal
- number of common skills
int craftingSkills()
int maxCraftingSkills()
AbilityComponents.AbilityLimits craftingSkills(int newVal)
newVal
- number of crafting skills
int nonCraftingSkills()
int maxNonCraftingSkills()
AbilityComponents.AbilityLimits nonCraftingSkills(int newVal)
newVal
- number of non-crafting skills
int maxLanguageSkills()
AbilityComponents.AbilityLimits languageSkills(int newVal)
newVal
- number of language skills
int languageSkills()
int specificSkillLimit()
AbilityComponents.AbilityLimits specificSkillLimit(int newVal)
newVal
- a new number
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |