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
/
BattleSessionExecutedActionPayload
Battle
Session
Executed
Action
Payload
sealed
interface
BattleSessionExecutedActionPayload
:
BattleSessionEventPayload
battle session action 执行完成事件 payload 基类。
Inheritors
BattleSessionMoveExecutedPayload
BattleSessionSwitchExecutedPayload
BattleSessionItemExecutedPayload
BattleSessionWaitExecutedPayload
Members
Properties
action
Type
Link copied to clipboard
abstract
val
actionType
:
BattleSessionActionEventKind
当前已执行动作的种类。
type
Link copied to clipboard
open
override
val
type
:
BattleSessionEventType
当前 payload 对应的结构化事件类型。