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
/
InventoryObject
Inventory
Object
@
Serializable
data
class
InventoryObject
(
val
type
:
Int
?
=
null
,
val
data
:
String
?
=
null
)
Members
Constructors
Inventory
Object
Link copied to clipboard
constructor
(
type
:
Int
?
=
null
,
data
:
String
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
String
?
=
null
type
Link copied to clipboard
val
type
:
Int
?
=
null