SuccessfulHiscoreReply

class SuccessfulHiscoreReply(val statResults: List<HiscoreReply.HiscoreResult>, val overallRank: Int, val overallExperience: Long, val activityResults: List<HiscoreReply.HiscoreResult>) : HiscoreReply.HiscoreReplyResponse

A successful hiscore reply, transmitting all the stat and activity results. It is worth noting that because the packet isn't used, it is not entirely certain that the naming of these properties is accurate. These are merely a guess based on the hiscore json syntax.

Constructors

Link copied to clipboard
constructor(statResults: List<HiscoreReply.HiscoreResult>, overallRank: Int, overallExperience: Long, activityResults: List<HiscoreReply.HiscoreResult>)

Properties

Link copied to clipboard

the list of activity results to transmit.

Link copied to clipboard

the overall experience of this player

Link copied to clipboard

the overall rank of this player based on the total level

Link copied to clipboard

the list of stats to transmit

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String