HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.other
/
CountsResponse
Counts
Response
@
Serializable
data
class
CountsResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
games
:
Map
<
String
,
GameCount
>
?
=
null
,
val
playerCount
:
Int
?
=
null
)
:
HypixelResponse
Members
Constructors
Counts
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
games
:
Map
<
String
,
GameCount
>
?
=
null
,
playerCount
:
Int
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
games
Link copied to clipboard
val
games
:
Map
<
String
,
GameCount
>
?
=
null
player
Count
Link copied to clipboard
val
playerCount
:
Int
?
=
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
Count
For
Link copied to clipboard
fun
getCountFor
(
game
:
GameType
)
:
GameCount
?