Uses of Class
org.rspeer.game.component.tdi.Skill
-
-
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.AttackStyleCombat. 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.AttackStyleCombat. 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 SkillSkill. 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 intSkills. getCurrentLevel(Skill skill)static intSkills. getExperience(Skill skill)static intSkills. getExperienceToNextLevel(Skill skill)static intSkills. getLevel(Skill skill)static intSkills. 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 SkillGameAccount.Preferences. DEFAULT_SKILL_CHOICEMethods in org.rspeer.game.script.component that return Skill Modifier and Type Method Description SkillGameAccount.Preferences. getEventSkillChoice()Methods in org.rspeer.game.script.component with parameters of type Skill Modifier and Type Method Description voidGameAccount.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 ColorPaintScheme. getSkillColor(Skill skill) -
Uses of Skill in org.rspeer.game.script.meta.paint.schemes
Methods in org.rspeer.game.script.meta.paint.schemes with parameters of type Skill Modifier and Type Method Description ColorCatppuccinPaintScheme. getSkillColor(Skill skill)ColorDarculaPaintScheme. getSkillColor(Skill skill)ColorInfernoPaintScheme. getSkillColor(Skill skill)ColorMacchiatoPaintScheme. getSkillColor(Skill skill)ColorMidnightPaintScheme. getSkillColor(Skill skill)ColorMochaPaintScheme. getSkillColor(Skill skill)ColorNordPaintScheme. getSkillColor(Skill skill)ColorRosePinePaintScheme. getSkillColor(Skill skill) -
Uses of Skill in org.rspeer.game.script.scheduler.condition
Methods in org.rspeer.game.script.scheduler.condition that return Skill Modifier and Type Method Description SkillLevelTransitionCondition. getSkill()Constructors in org.rspeer.game.script.scheduler.condition with parameters of type Skill Constructor Description LevelTransitionCondition(Skill skill, int level)
-