public final class LowSkills extends Object
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,LowSkill> |
skills |
| Modifier | Constructor and Description |
|---|---|
private |
LowSkills() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addSkill(LowSkill skill)
Adds specified LowSkill to the HashMap.
|
static boolean |
exists(String name)
Returns true if LowSkill with specified name exists in HashMap.
|
static LowSkill |
get(String name)
Returns LowSkill by specified name.
|
static Collection<LowSkill> |
getAll()
Returns Collection of all LowSkills from HashMap.
|
static void |
reset()
Resets active phase of every LowSkill in HashMap to null.
|
public static void addSkill(LowSkill skill)
skill - public static boolean exists(String name)
name - public static LowSkill get(String name)
name - public static void reset()
public static Collection<LowSkill> getAll()