|
| class | SkillsForAptitude |
| |
| class | SkillTier |
| |
|
| static SkillsForAptitude | getSkills (String aptitudeId) |
| |
| static Map< String, SkillsForAptitude > | getAptitudes () |
| |
|
| static Map< String, SkillsForAptitude > | aptitudes = new HashMap<String, SkillsForAptitude>() |
| |
| static boolean | computed = false |
| |
Definition at line 14 of file SkillData.java.
◆ compute()
| static void com.fs.starfarer.api.util.SkillData.compute |
( |
| ) |
|
|
staticprotected |
◆ getAptitudes()
| static Map< String, SkillsForAptitude > com.fs.starfarer.api.util.SkillData.getAptitudes |
( |
| ) |
|
|
static |
◆ getSkills()
| static SkillsForAptitude com.fs.starfarer.api.util.SkillData.getSkills |
( |
String | aptitudeId | ) |
|
|
static |
◆ aptitudes
| Map<String, SkillsForAptitude> com.fs.starfarer.api.util.SkillData.aptitudes = new HashMap<String, SkillsForAptitude>() |
|
staticprotected |
◆ computed
| boolean com.fs.starfarer.api.util.SkillData.computed = false |
|
staticprotected |
The documentation for this class was generated from the following file: