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.action
/
RemoveVolatileActionExecutor
Remove
Volatile
Action
Executor
class
RemoveVolatileActionExecutor
:
ActionExecutor
remove_volatile
动作执行器。
Members
Constructors
Remove
Volatile
Action
Executor
Link copied to clipboard
constructor
(
)
Properties
type
Link copied to clipboard
open
override
val
type
:
ActionTypeId
当前执行器负责的动作类型标识。
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
action
:
ActionNode
,
context
:
EventContext
)
:
ActionResult
在指定上下文中执行动作并返回执行结果。