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.session
/
BattleSessionSideChoice
Battle
Session
Side
Choice
interface
BattleSessionSideChoice
:
BattleSessionChoice
绑定到某个 side 的 choice。
Inheritors
BattleSessionSwitchingChoice
RunChoice
Members
Properties
kind
Link copied to clipboard
abstract
val
kind
:
BattleSessionChoiceKind
当前 choice 的命令种类。
priority
Link copied to clipboard
abstract
val
priority
:
Int
当前 choice 的行动优先级。
side
Id
Link copied to clipboard
abstract
val
sideId
:
String
当前 choice 所属的 side 标识。
speed
Link copied to clipboard
abstract
val
speed
:
Int
当前 choice 的排序速度值。