Class GameAccount.Preferences

java.lang.Object
org.rspeer.game.script.component.GameAccount.Preferences
Enclosing class:
GameAccount

public static class GameAccount.Preferences extends Object
  • Field Details

    • DEFAULT_SKILL_CHOICE

      public static final Skill DEFAULT_SKILL_CHOICE
  • Constructor Details

    • Preferences

      public Preferences(int eventDismissPercent, Skill eventSkillChoice)
  • Method Details

    • getEventDismissPercent

      public int getEventDismissPercent()
    • setEventDismissPercent

      public void setEventDismissPercent(int eventDismissPercent)
    • getEventSkillChoice

      public Skill getEventSkillChoice()
    • setEventSkillChoice

      public void setEventSkillChoice(Skill eventSkillChoice)