| Package | Description |
|---|---|
| simple.hooks.filters | |
| simple.hooks.scripts.listeners |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSkills.Skills |
SimpleSkills.Skills.forName(java.lang.String name) |
static SimpleSkills.Skills |
SimpleSkills.Skills.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleSkills.Skills[] |
SimpleSkills.Skills.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleSkills.experience(SimpleSkills.Skills skill)
returns your experience in the specified {skill}
|
int |
SimpleSkills.level(SimpleSkills.Skills skill)
returns your boosted level in the specified {skill}
|
int |
SimpleSkills.realLevel(SimpleSkills.Skills skill)
returns your none boosted real level in the specified {skill}
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSkills.Skills |
StatChangedEvent.getSkill() |
| Constructor and Description |
|---|
StatChangedEvent(SimpleSkills.Skills skill,
int gainedXp,
int skillLevel,
int boostedLevel) |