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.condition
/
BattleFormatIsConditionNode
Battle
Format
Is
Condition
Node
data
class
BattleFormatIsConditionNode
(
val
value
:
String
)
:
ConditionNode
battle format 判定条件。
Members
Constructors
Battle
Format
Is
Condition
Node
Link copied to clipboard
constructor
(
value
:
String
)
Properties
type
Link copied to clipboard
open
override
val
type
:
ConditionTypeId
条件节点类型标识。
value
Link copied to clipboard
val
value
:
String
期望匹配的 format 标识,例如
singles
、
doubles
。