avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service
/
ItemFlingEffectService
Item
Fling
Effect
Service
interface
ItemFlingEffectService
道具投掷效果服务
Inheritors
ItemFlingEffectServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
ItemFlingEffectSpecification
)
:
List
<
ItemFlingEffectView
>
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveItemFlingEffectInput
)
:
ItemFlingEffectView
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateItemFlingEffectInput
)
:
ItemFlingEffectView