Interface EffectCollector


@PublicApi public interface EffectCollector
An output sink for an effector, where it puts its effect descriptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a new effect description to the effector output.
  • Method Details

    • addEffect

      void addEffect(@NotNull StoredEffect effect)
      Adds a new effect description to the effector output.