MiningCore

@Serializable
data class MiningCore(val receivedFreeTier: Boolean? = null, val tokens: Int? = null, val powderMithril: Long? = null, val powderMithrilTotal: Long? = null, val powderSpentMithril: Long? = null, val retroactiveTier2Token: Boolean? = null, val dailyOresMinedDay: Int? = null, val dailyOresMined: Int? = null, val crystals: Map<String, Crystal>? = null, val greaterMinesLastAccess: Long? = null, val biomes: Biomes? = null, val powderGemstone: Long? = null, val powderGemstoneTotal: Long? = null, val powderSpentGemstone: Long? = null, val dailyOresMinedDayGemstone: Int? = null, val dailyOresMinedGemstone: Int? = null, val dailyOresMinedDayMithrilOre: Int? = null, val dailyOresMinedMithrilOre: Int? = null, val dailyOresMinedDayGlacite: Int? = null, val dailyOresMinedGlacite: Int? = null, val powderGlacite: Long? = null, val powderGlaciteTotal: Long? = null, val powderSpentGlacite: Long? = null, val currentDailyEffect: String? = null, val currentDailyEffectLastChanged: Int? = null)

Constructors

Link copied to clipboard
constructor(receivedFreeTier: Boolean? = null, tokens: Int? = null, powderMithril: Long? = null, powderMithrilTotal: Long? = null, powderSpentMithril: Long? = null, retroactiveTier2Token: Boolean? = null, dailyOresMinedDay: Int? = null, dailyOresMined: Int? = null, crystals: Map<String, Crystal>? = null, greaterMinesLastAccess: Long? = null, biomes: Biomes? = null, powderGemstone: Long? = null, powderGemstoneTotal: Long? = null, powderSpentGemstone: Long? = null, dailyOresMinedDayGemstone: Int? = null, dailyOresMinedGemstone: Int? = null, dailyOresMinedDayMithrilOre: Int? = null, dailyOresMinedMithrilOre: Int? = null, dailyOresMinedDayGlacite: Int? = null, dailyOresMinedGlacite: Int? = null, powderGlacite: Long? = null, powderGlaciteTotal: Long? = null, powderSpentGlacite: Long? = null, currentDailyEffect: String? = null, currentDailyEffectLastChanged: Int? = null)

Properties

Link copied to clipboard
val biomes: Biomes? = null
Link copied to clipboard
val crystals: Map<String, Crystal>? = null
Link copied to clipboard
@SerialName(value = "current_daily_effect")
val currentDailyEffect: String? = null
Link copied to clipboard
@SerialName(value = "current_daily_effect_last_changed")
val currentDailyEffectLastChanged: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined")
val dailyOresMined: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_day")
val dailyOresMinedDay: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_day_gemstone")
val dailyOresMinedDayGemstone: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_day_glacite")
val dailyOresMinedDayGlacite: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_day_mithril_ore")
val dailyOresMinedDayMithrilOre: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_gemstone")
val dailyOresMinedGemstone: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_glacite")
val dailyOresMinedGlacite: Int? = null
Link copied to clipboard
@SerialName(value = "daily_ores_mined_mithril_ore")
val dailyOresMinedMithrilOre: Int? = null
Link copied to clipboard
@SerialName(value = "greater_mines_last_access")
val greaterMinesLastAccess: Long? = null
Link copied to clipboard
@SerialName(value = "powder_gemstone")
val powderGemstone: Long? = null
Link copied to clipboard
@SerialName(value = "powder_gemstone_total")
val powderGemstoneTotal: Long? = null
Link copied to clipboard
@SerialName(value = "powder_glacite")
val powderGlacite: Long? = null
Link copied to clipboard
@SerialName(value = "powder_glacite_total")
val powderGlaciteTotal: Long? = null
Link copied to clipboard
@SerialName(value = "powder_mithril")
val powderMithril: Long? = null
Link copied to clipboard
@SerialName(value = "powder_mithril_total")
val powderMithrilTotal: Long? = null
Link copied to clipboard
@SerialName(value = "powder_spent_gemstone")
val powderSpentGemstone: Long? = null
Link copied to clipboard
@SerialName(value = "powder_spent_glacite")
val powderSpentGlacite: Long? = null
Link copied to clipboard
@SerialName(value = "powder_spent_mithril")
val powderSpentMithril: Long? = null
Link copied to clipboard
@SerialName(value = "received_free_tier")
val receivedFreeTier: Boolean? = null
Link copied to clipboard
@SerialName(value = "retroactive_tier2_token")
val retroactiveTier2Token: Boolean? = null
Link copied to clipboard
val tokens: Int? = null