MongoPlayerData

constructor(@BsonId uuid: UUID, equipment: MongoPlayerEquipment, rank: Rank, firstJoin: Long, lastJoin: Long, playtime: Long, baseStats: Map<String, Float>, purse: BigDecimal, bank: BigDecimal, skills: Skills, collections: CollectionCompound, ownedPets: HashMap<String, MongoOwnedPet>, activePet: String, memory: MongoPlayerMemory, forge: List<MongoActiveForgeRecipe>, unlockedRecipes: List<String>, slayers: HashMap<SlayerType, SlayerLevel>, essence: HashMap<EssenceType, Int>, accessories: MongoAccessoryBag, goals: List<String>, shopHistory: MongoShopHistory?, achievements: List<String>?, achievementExp: Int?)(source)