Interface OfficerLevelupPlugin

All Known Implementing Classes:
OfficerLevelupPluginImpl

public interface OfficerLevelupPlugin
  • Method Details

    • getXPForLevel

      long getXPForLevel(int level)
    • getMaxLevel

      int getMaxLevel(PersonAPI person)
    • getMaxEliteSkills

      int getMaxEliteSkills(PersonAPI person)
    • pickLevelupSkills

      List<String> pickLevelupSkills(PersonAPI person, Random random)