DefaultBattleMutationInterceptorChain

默认 battle mutation 拦截链实现。

Constructors

Link copied to clipboard
constructor(interceptors: List<BattleMutationInterceptor>)

Functions

Link copied to clipboard
open override fun filter(snapshot: BattleRuntimeSnapshot, selfId: String?, targetId: String?, sourceId: String?, mutations: List<BattleMutation>, attachedEffectProcessor: BattleAttachedEffectProcessor): MutationFilteringResult

过滤一组待提交的 mutation。