avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-controller
/
io.github.lishangbu.avalon.dataset.controller
/
StatController
/
listStats
list
Stats
@
GetMapping
(
value
=
[
"/list"
]
)
fun
listStats
(
@
RequestParam
(
required
=
false
)
id
:
Long
?
,
@
RequestParam
(
required
=
false
)
internalName
:
String
?
,
@
RequestParam
(
required
=
false
)
name
:
String
?
,
@
RequestParam
(
required
=
false
)
gameIndex
:
Int
?
,
@
RequestParam
(
required
=
false
)
isBattleOnly
:
Boolean
?
,
@
RequestParam
(
required
=
false
)
moveDamageClassId
:
Long
?
)
:
List
<
Stat
>
查询能力值列表