SkillsResponse

@Serializable
data class SkillsResponse(val success: Boolean? = null, val cause: String? = null, val lastUpdated: Long? = null, val version: String? = null, val skills: Map<SkillType, Skill>? = null) : HypixelResponse

Lists information about skills.

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, lastUpdated: Long? = null, version: String? = null, skills: Map<SkillType, Skill>? = null)

Properties

Link copied to clipboard
open override val cause: String? = null

The cause of the error, if the request failed.

Link copied to clipboard
val lastUpdated: Long? = null

The timestamp skills was last updated.

Link copied to clipboard
@Transient
open override var rateLimit: RateLimit?
Link copied to clipboard
val skills: Map<SkillType, Skill>? = null

A list of SkillType containing information.

Link copied to clipboard
open override val success: Boolean? = null

Whether the request was successful.

Link copied to clipboard
val version: String? = null

SkyBlocks current version.