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.condition
/
TurnCompareConditionInterpreter
Turn
Compare
Condition
Interpreter
class
TurnCompareConditionInterpreter
:
ConditionInterpreter
turn_compare
条件解释器。
Members
Constructors
Turn
Compare
Condition
Interpreter
Link copied to clipboard
constructor
(
)
Properties
type
Link copied to clipboard
open
override
val
type
:
ConditionTypeId
当前解释器对应的条件类型标识。
Functions
evaluate
Link copied to clipboard
open
override
fun
evaluate
(
condition
:
ConditionNode
,
context
:
EventContext
)
:
Boolean
在指定上下文中计算条件是否成立。