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.registry
/
ActionExecutorRegistry
Action
Executor
Registry
interface
ActionExecutorRegistry
动作执行器注册中心。
设计意图:
根据动作类型查找对应执行器。
保持动作系统可扩展且职责单一。
Inheritors
InMemoryActionExecutorRegistry
Members
Functions
contains
Link copied to clipboard
abstract
fun
contains
(
type
:
ActionTypeId
)
:
Boolean
判断指定动作类型是否已注册。
get
Link copied to clipboard
abstract
fun
get
(
type
:
ActionTypeId
)
:
ActionExecutor
获取指定动作类型的执行器。