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.dsl
/
HookRule
/
HookRule
Hook
Rule
constructor
(
priority
:
Int
=
0
,
subOrder
:
Int
=
0
,
condition
:
ConditionNode
?
=
null
,
thenActions
:
List
<
ActionNode
>
=
emptyList()
,
elseActions
:
List
<
ActionNode
>
=
emptyList()
,
tags
:
Set
<
String
>
=
emptySet()
)