HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock.profile
/
Cowboy
Cowboy
@
Serializable
data
class
Cowboy
(
val
stage
:
Int
?
=
null
,
val
hayEaten
:
Int
?
=
null
,
val
rabbitName
:
String
?
=
null
,
val
exportedCarrots
:
Int
?
=
null
)
Members
Constructors
Cowboy
Link copied to clipboard
constructor
(
stage
:
Int
?
=
null
,
hayEaten
:
Int
?
=
null
,
rabbitName
:
String
?
=
null
,
exportedCarrots
:
Int
?
=
null
)
Properties
exported
Carrots
Link copied to clipboard
@
SerialName
(
value
=
"exported_carrots"
)
val
exportedCarrots
:
Int
?
=
null
hay
Eaten
Link copied to clipboard
@
SerialName
(
value
=
"hay_eaten"
)
val
hayEaten
:
Int
?
=
null
rabbit
Name
Link copied to clipboard
@
SerialName
(
value
=
"rabbit_name"
)
val
rabbitName
:
String
?
=
null
stage
Link copied to clipboard
val
stage
:
Int
?
=
null