Uses of Class
spinhex.score.Score

Packages that use Score
Package
Description
This package contains classes and interfaces related to the scoring system used in the SpinHex game.
  • Uses of Score in spinhex.score

    Methods in spinhex.score that return types with arguments of type Score
    Modifier and Type
    Method
    Description
    ScoreManager.add(Score result)
    Adds a new score to the list of scores and saves it to the file.
    ScoreManager.getAll()
    Retrieves all scores from the file.
    Methods in spinhex.score with parameters of type Score
    Modifier and Type
    Method
    Description
    ScoreManager.add(Score result)
    Adds a new score to the list of scores and saves it to the file.