avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.session
/
DefaultBattleSessionCommandFactory
/
createMoveChoice
create
Move
Choice
open
override
fun
createMoveChoice
(
moveId
:
String
,
attackerId
:
String
,
targetId
:
String
,
priority
:
Int
,
speed
:
Int
,
accuracy
:
Int
?
,
evasion
:
Int
?
,
basePower
:
Int
,
damage
:
Int
,
attributes
:
Map
<
String
,
Any
?
>
)
:
MoveChoice
创建一个 move choice。