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
/
EndIsland
End
Island
@
Serializable
data
class
EndIsland
(
val
dragonFight
:
DragonFight
?
=
null
,
val
summoningEyesCollected
:
Double
?
=
null
,
val
specialZealotLootCollected
:
Double
?
=
null
)
Members
Constructors
End
Island
Link copied to clipboard
constructor
(
dragonFight
:
DragonFight
?
=
null
,
summoningEyesCollected
:
Double
?
=
null
,
specialZealotLootCollected
:
Double
?
=
null
)
Properties
dragon
Fight
Link copied to clipboard
@
SerialName
(
value
=
"dragon_fight"
)
val
dragonFight
:
DragonFight
?
=
null
special
Zealot
Loot
Collected
Link copied to clipboard
@
SerialName
(
value
=
"special_zealot_loot_collected"
)
val
specialZealotLootCollected
:
Double
?
=
null
summoning
Eyes
Collected
Link copied to clipboard
@
SerialName
(
value
=
"summoning_eyes_collected"
)
val
summoningEyesCollected
:
Double
?
=
null