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
/
InventoryData
Inventory
Data
@
Serializable
data
class
InventoryData
(
val
type
:
Int
?
=
null
,
val
data
:
String
?
=
null
)
Used for inventory data
Members
Constructors
Inventory
Data
Link copied to clipboard
constructor
(
type
:
Int
?
=
null
,
data
:
String
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
String
?
=
null
Base64 encoded Gzipped inventory nbt data.
type
Link copied to clipboard
val
type
:
Int
?
=
null
TODO unknown