avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-api
/
io.github.lishangbu.avalon.dataset.api.model
/
NatureInfo
Nature
Info
data
class
NatureInfo
(
val
id
:
Long
,
val
internalName
:
String
,
val
name
:
String
,
val
increasedStatInternalName
:
String
?
=
null
,
val
decreasedStatInternalName
:
String
?
=
null
)
Members
Constructors
Nature
Info
Link copied to clipboard
constructor
(
id
:
Long
,
internalName
:
String
,
name
:
String
,
increasedStatInternalName
:
String
?
=
null
,
decreasedStatInternalName
:
String
?
=
null
)
Properties
decreased
Stat
Internal
Name
Link copied to clipboard
val
decreasedStatInternalName
:
String
?
id
Link copied to clipboard
val
id
:
Long
increased
Stat
Internal
Name
Link copied to clipboard
val
increasedStatInternalName
:
String
?
internal
Name
Link copied to clipboard
val
internalName
:
String
name
Link copied to clipboard
val
name
:
String