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.runtime.flow
/
BattleMoveAfterMovePhaseStep
Battle
Move
After
Move
Phase
Step
class
BattleMoveAfterMovePhaseStep
(
phaseProcessor
:
BattleFlowPhaseProcessor
)
:
BattleMoveResolutionStep
出招收尾 hook phase step。
Members
Constructors
Battle
Move
After
Move
Phase
Step
Link copied to clipboard
constructor
(
phaseProcessor
:
BattleFlowPhaseProcessor
)
Properties
order
Link copied to clipboard
open
override
val
order
:
Int
=
500
当前步骤在 pipeline 中的执行顺序;值越小越先执行。
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
BattleMoveResolutionContext
)
在指定上下文中执行当前步骤。