Class GameRecords.Record

java.lang.Object
com.deco2800.game.files.stats.GameRecords.Record
Enclosing class:
GameRecords

public static class GameRecords.Record
extends java.lang.Object
The Record class keeps a tab of the score, game number and achievements unlocked in that particular game. Games are identified based on the game numbers.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<BaseAchievementConfig> achievements
    List of unlocked achievements
    int game
    The game number (nth game played)
    java.lang.String id
    A unique record id
    GameRecords.Score scoreData
    Score details of that particular game
  • Constructor Summary

    Constructors 
    Constructor Description
    Record()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait