Interface EffectCollector
@PublicApi
public interface EffectCollector
An output sink for an
effector, where it puts its
effect descriptions.-
Method Summary
Modifier and TypeMethodDescriptionvoidaddEffect(StoredEffect effect) Adds a new effect description to the effector output.
-
Method Details
-
addEffect
Adds a new effect description to the effector output.
-