HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
GemstoneRequirement
Gemstone
Requirement
@
Serializable
data
class
GemstoneRequirement
(
val
type
:
String
?
=
null
,
val
dataKey
:
String
?
=
null
,
val
value
:
String
?
=
null
,
val
operator
:
String
?
=
null
)
Information about requirements to unlock a gemstone slot
Members
Constructors
Gemstone
Requirement
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
dataKey
:
String
?
=
null
,
value
:
String
?
=
null
,
operator
:
String
?
=
null
)
Properties
data
Key
Link copied to clipboard
@
SerialName
(
value
=
"data_key"
)
val
dataKey
:
String
?
=
null
TODO
operator
Link copied to clipboard
val
operator
:
String
?
=
null
TODO
type
Link copied to clipboard
val
type
:
String
?
=
null
Type of requirement (always ITEM_DATA)
value
Link copied to clipboard
val
value
:
String
?
=
null
TODO