Uses of Class
org.rspeer.game.component.tdi.Skill
-
Packages that use Skill Package Description org.rspeer.game org.rspeer.game.combat org.rspeer.game.component.tdi org.rspeer.game.event org.rspeer.game.script.component org.rspeer.game.script.meta.paint -
-
Uses of Skill in org.rspeer.game
Methods in org.rspeer.game that return Skill Modifier and Type Method Description Skill[]
Combat.AttackStyle. getSkills()
Methods in org.rspeer.game with parameters of type Skill Modifier and Type Method Description static Combat.AttackStyle
Combat. getSkillStyle(Skill skill)
Deprecated. -
Uses of Skill in org.rspeer.game.combat
Methods in org.rspeer.game.combat that return Skill Modifier and Type Method Description Skill[]
Combat.AttackStyle. getSkills()
Methods in org.rspeer.game.combat with parameters of type Skill Modifier and Type Method Description static Combat.AttackStyle
Combat. getSkillStyle(Skill skill)
-
Uses of Skill in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Skill Modifier and Type Method Description static Skill
Skill. valueOf(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.Methods in org.rspeer.game.component.tdi with parameters of type Skill Modifier and Type Method Description static int
Skills. getCurrentLevel(Skill skill)
static int
Skills. getExperience(Skill skill)
static int
Skills. getExperienceToNextLevel(Skill skill)
static int
Skills. getLevel(Skill skill)
static int
Skills. getVirtualLevel(Skill skill)
-
Uses of Skill in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type Skill Constructor Description SkillEvent(Skill source, int before, int now)
-
Uses of Skill in org.rspeer.game.script.component
Fields in org.rspeer.game.script.component declared as Skill Modifier and Type Field Description static Skill
GameAccount.Preferences. DEFAULT_SKILL_CHOICE
Methods in org.rspeer.game.script.component that return Skill Modifier and Type Method Description Skill
GameAccount.Preferences. getEventSkillChoice()
Methods in org.rspeer.game.script.component with parameters of type Skill Modifier and Type Method Description void
GameAccount.Preferences. setEventSkillChoice(Skill eventSkillChoice)
Constructors in org.rspeer.game.script.component with parameters of type Skill Constructor Description Preferences(int eventDismissPercent, Skill eventSkillChoice)
-
Uses of Skill in org.rspeer.game.script.meta.paint
Methods in org.rspeer.game.script.meta.paint with parameters of type Skill Modifier and Type Method Description Color
PaintScheme. getSkillColor(Skill skill)
-