HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
SalvageData
Salvage
Data
@
Serializable
data
class
SalvageData
(
val
itemId
:
String
?
=
null
,
val
amount
:
Int
?
=
null
)
Unknown. Used one time for an item with ID "NETHERITE_HELMET"
Members
Constructors
Salvage
Data
Link copied to clipboard
constructor
(
itemId
:
String
?
=
null
,
amount
:
Int
?
=
null
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
?
=
null
item
Id
Link copied to clipboard
@
SerialName
(
value
=
"item_id"
)
val
itemId
:
String
?
=
null