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
/
RabbitHitmen
Rabbit
Hitmen
@
Serializable
data
class
RabbitHitmen
(
val
rabbitHitmenSlots
:
Int
?
=
null
,
val
missedUncollectedEggs
:
Int
?
=
null
,
val
eggSlotCooldownMark
:
Long
?
=
null
,
val
eggSlotCooldownSum
:
Long
?
=
null
)
Members
Constructors
Rabbit
Hitmen
Link copied to clipboard
constructor
(
rabbitHitmenSlots
:
Int
?
=
null
,
missedUncollectedEggs
:
Int
?
=
null
,
eggSlotCooldownMark
:
Long
?
=
null
,
eggSlotCooldownSum
:
Long
?
=
null
)
Properties
egg
Slot
Cooldown
Mark
Link copied to clipboard
@
SerialName
(
value
=
"egg_slot_cooldown_mark"
)
val
eggSlotCooldownMark
:
Long
?
=
null
egg
Slot
Cooldown
Sum
Link copied to clipboard
@
SerialName
(
value
=
"egg_slot_cooldown_sum"
)
val
eggSlotCooldownSum
:
Long
?
=
null
missed
Uncollected
Eggs
Link copied to clipboard
@
SerialName
(
value
=
"missed_uncollected_eggs"
)
val
missedUncollectedEggs
:
Int
?
=
null
rabbit
Hitmen
Slots
Link copied to clipboard
@
SerialName
(
value
=
"rabbit_hitmen_slots"
)
val
rabbitHitmenSlots
:
Int
?
=
null