HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
AchievementsResponse
Achievements
Response
@
Serializable
data
class
AchievementsResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
lastUpdated
:
Long
?
=
null
,
val
achievements
:
Map
<
String
,
GameAchievement
>
?
=
null
)
:
HypixelResponse
Members
Constructors
Achievements
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
lastUpdated
:
Long
?
=
null
,
achievements
:
Map
<
String
,
GameAchievement
>
?
=
null
)
Properties
achievements
Link copied to clipboard
val
achievements
:
Map
<
String
,
GameAchievement
>
?
=
null
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
last
Updated
Link copied to clipboard
val
lastUpdated
:
Long
?
=
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
Achievements
For
Link copied to clipboard
fun
getAchievementsFor
(
game
:
GameType
)
:
GameAchievement
?