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
/
BattleSessionQueuedActionPayload
Battle
Session
Queued
Action
Payload
sealed
interface
BattleSessionQueuedActionPayload
:
BattleSessionEventPayload
battle session action 入队事件 payload 基类。
Inheritors
BattleSessionMoveQueuedPayload
BattleSessionSwitchQueuedPayload
BattleSessionItemQueuedPayload
BattleSessionCaptureQueuedPayload
BattleSessionRunQueuedPayload
BattleSessionWaitQueuedPayload
Members
Properties
action
Type
Link copied to clipboard
abstract
val
actionType
:
BattleSessionActionEventKind
当前入队动作的种类。
priority
Link copied to clipboard
abstract
val
priority
:
Int
当前动作优先级。
speed
Link copied to clipboard
abstract
val
speed
:
Int
当前动作排序速度。
type
Link copied to clipboard
open
override
val
type
:
BattleSessionEventType
当前 payload 对应的结构化事件类型。