PlayerStats

@Serializable
data class PlayerStats(val candyCollected: CandyCollected? = null, val deaths: Map<String, Int>? = null, val kills: Map<String, Int>? = null, val auctions: Auctions? = null, val itemsFished: ItemsFished? = null, val races: Races? = null, val endIsland: EndIsland? = null, val highestCriticalDamage: Double? = null, val gifts: Gifts? = null, val pets: Pets? = null, val mythos: Mythos? = null, val shredderRod: ShredderRod? = null, val highestDamage: Double? = null, val seaCreaturesKills: Double? = null, val glowingMushroomsBroken: Double? = null, val rift: RiftData? = null, val spooky: Spooky? = null, val shardCombatHunts: Double? = null, val uniqueShards: Double? = null, val shardFishingHunts: Double? = null, val shardForestHunts: Double? = null, val shardTrapHunts: Double? = null, val shardSaltHunts: Double? = null)

Constructors

Link copied to clipboard
constructor(candyCollected: CandyCollected? = null, deaths: Map<String, Int>? = null, kills: Map<String, Int>? = null, auctions: Auctions? = null, itemsFished: ItemsFished? = null, races: Races? = null, endIsland: EndIsland? = null, highestCriticalDamage: Double? = null, gifts: Gifts? = null, pets: Pets? = null, mythos: Mythos? = null, shredderRod: ShredderRod? = null, highestDamage: Double? = null, seaCreaturesKills: Double? = null, glowingMushroomsBroken: Double? = null, rift: RiftData? = null, spooky: Spooky? = null, shardCombatHunts: Double? = null, uniqueShards: Double? = null, shardFishingHunts: Double? = null, shardForestHunts: Double? = null, shardTrapHunts: Double? = null, shardSaltHunts: Double? = null)

Properties

Link copied to clipboard
val auctions: Auctions? = null
Link copied to clipboard
@SerialName(value = "candy_collected")
val candyCollected: CandyCollected? = null
Link copied to clipboard
val deaths: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "end_island")
val endIsland: EndIsland? = null
Link copied to clipboard
val gifts: Gifts? = null
Link copied to clipboard
@SerialName(value = "glowing_mushrooms_broken")
val glowingMushroomsBroken: Double? = null
Link copied to clipboard
@SerialName(value = "highest_critical_damage")
val highestCriticalDamage: Double? = null
Link copied to clipboard
@SerialName(value = "highest_damage")
val highestDamage: Double? = null
Link copied to clipboard
@SerialName(value = "items_fished")
val itemsFished: ItemsFished? = null
Link copied to clipboard
val kills: Map<String, Int>? = null
Link copied to clipboard
val mythos: Mythos? = null
Link copied to clipboard
val pets: Pets? = null
Link copied to clipboard
val races: Races? = null
Link copied to clipboard
val rift: RiftData? = null
Link copied to clipboard
@SerialName(value = "sea_creature_kills")
val seaCreaturesKills: Double? = null
Link copied to clipboard
@SerialName(value = "shard_combat_hunts")
val shardCombatHunts: Double? = null
Link copied to clipboard
@SerialName(value = "shard_fishing_hunts")
val shardFishingHunts: Double? = null
Link copied to clipboard
@SerialName(value = "shard_forest_hunts")
val shardForestHunts: Double? = null
Link copied to clipboard
@SerialName(value = "shard_salt_hunts")
val shardSaltHunts: Double? = null
Link copied to clipboard
@SerialName(value = "shard_trap_hunts")
val shardTrapHunts: Double? = null
Link copied to clipboard
@SerialName(value = "shredder_rod")
val shredderRod: ShredderRod? = null
Link copied to clipboard
val spooky: Spooky? = null
Link copied to clipboard
@SerialName(value = "unique_shards")
val uniqueShards: Double? = null