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
/
BattleMoveHitResolutionStep
Battle
Move
Hit
Resolution
Step
class
BattleMoveHitResolutionStep
(
hitResolutionPolicy
:
BattleHitResolutionPolicy
)
:
BattleMoveResolutionStep
命中判定 phase step。
Members
Constructors
Battle
Move
Hit
Resolution
Step
Link copied to clipboard
constructor
(
hitResolutionPolicy
:
BattleHitResolutionPolicy
)
Properties
order
Link copied to clipboard
open
override
val
order
:
Int
=
200
当前步骤在 pipeline 中的执行顺序。
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
BattleMoveResolutionContext
)
计算当前出招是否命中。