gwatlin
Toggle table of contents
3.6.1
jvm
Platform filter
jvm
Switch theme
Search in API
gwatlin
gwatlin
/
io.github.kryszak.gwatlin.api.items.model.stats
Package-level
declarations
Types
Types
Item
Stats
Link copied to clipboard
@
Serializable
data
class
ItemStats
(
val
id
:
Int
,
val
name
:
String
,
val
attributes
:
List
<
StatAttribute
>
=
listOf()
)
Data model for item stats object
Stat
Attribute
Link copied to clipboard
@
Serializable
data
class
StatAttribute
(
val
attribute
:
String
,
val
multiplier
:
Double
,
val
value
:
Int
)
Data model for statistic attribute property