HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.other
/
LeaderboardsResponse
Leaderboards
Response
@
Serializable
data
class
LeaderboardsResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
leaderboards
:
Map
<
String
,
List
<
Leaderboard
>
>
?
=
null
)
:
HypixelResponse
Members
Constructors
Leaderboards
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
leaderboards
:
Map
<
String
,
List
<
Leaderboard
>
>
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
leaderboards
Link copied to clipboard
val
leaderboards
:
Map
<
String
,
List
<
Leaderboard
>
>
?
=
null
rate
Limit
Link copied to clipboard
@
Transient
open
override
var
rateLimit
:
RateLimit
?
success
Link copied to clipboard
open
override
val
success
:
Boolean
?
=
null
Functions
get
Leaderboards
For
Link copied to clipboard
fun
getLeaderboardsFor
(
game
:
GameType
)
:
List
<
Leaderboard
>