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
/
SpeciesInfo
Species
Info
data
class
SpeciesInfo
(
val
id
:
Long
,
val
internalName
:
String
,
val
name
:
String
,
val
captureRate
:
Int
?
=
null
)
Members
Constructors
Species
Info
Link copied to clipboard
constructor
(
id
:
Long
,
internalName
:
String
,
name
:
String
,
captureRate
:
Int
?
=
null
)
Properties
capture
Rate
Link copied to clipboard
val
captureRate
:
Int
?
id
Link copied to clipboard
val
id
:
Long
internal
Name
Link copied to clipboard
val
internalName
:
String
name
Link copied to clipboard
val
name
:
String