HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
Collection
Collection
@
Serializable
data
class
Collection
(
val
name
:
String
?
=
null
,
val
items
:
Map
<
String
,
CollectionItem
>
?
=
null
)
List of all collections.
Members
Constructors
Collection
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
items
:
Map
<
String
,
CollectionItem
>
?
=
null
)
Properties
items
Link copied to clipboard
val
items
:
Map
<
String
,
CollectionItem
>
?
=
null
List of collection items for the skill.
name
Link copied to clipboard
val
name
:
String
?
=
null
Skill name of the collection.