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
/
TimeTower
Time
Tower
@
Serializable
data
class
TimeTower
(
val
charges
:
Int
?
=
null
,
val
activationTime
:
Long
?
=
null
,
val
level
:
Int
?
=
null
)
Members
Constructors
Time
Tower
Link copied to clipboard
constructor
(
charges
:
Int
?
=
null
,
activationTime
:
Long
?
=
null
,
level
:
Int
?
=
null
)
Properties
activation
Time
Link copied to clipboard
@
SerialName
(
value
=
"activation_time"
)
val
activationTime
:
Long
?
=
null
charges
Link copied to clipboard
val
charges
:
Int
?
=
null
level
Link copied to clipboard
val
level
:
Int
?
=
null