Package org.rspeer.game.script.component
Class GameAccount.Preferences
- java.lang.Object
-
- org.rspeer.game.script.component.GameAccount.Preferences
-
- Enclosing class:
- GameAccount
public static class GameAccount.Preferences extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Skill
DEFAULT_SKILL_CHOICE
-
Constructor Summary
Constructors Constructor Description Preferences(int eventDismissPercent, Skill eventSkillChoice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEventDismissPercent()
Skill
getEventSkillChoice()
void
setEventDismissPercent(int eventDismissPercent)
void
setEventSkillChoice(Skill eventSkillChoice)
-