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
/
BattleMoveHitHooksPhaseStep
Battle
Move
Hit
Hooks
Phase
Step
class
BattleMoveHitHooksPhaseStep
(
phaseProcessor
:
BattleFlowPhaseProcessor
)
:
BattleMoveResolutionStep
命中后 hook phase step。
Members
Constructors
Battle
Move
Hit
Hooks
Phase
Step
Link copied to clipboard
constructor
(
phaseProcessor
:
BattleFlowPhaseProcessor
)
Properties
order
Link copied to clipboard
open
override
val
order
:
Int
=
400
当前步骤在 pipeline 中的执行顺序。
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
BattleMoveResolutionContext
)
执行命中后的
on_hit
与
on_after_hit
阶段。