Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Modifier and Type | Method and Description |
---|---|
int |
NPC_.get(Skill skill)
Returns the base value of the skill represented by the given enum.
|
int |
NPC_.getMod(Skill skill)
Returns the mod value of the skill represented by the given enum.
|
void |
NPC_.set(Skill skill,
int value)
Sets the base value of the skill represented by the given enum.
|
void |
NPC_.setMod(Skill skill,
int value)
Sets the mod value of the skill represented by the given enum.
|
Modifier and Type | Method and Description |
---|---|
static Skill |
Skill.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Skill[] |
Skill.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|