Interface EffectorPreview


@PublicApi public interface EffectorPreview

EffectorPreview stores the results of an effector run in the "preview" mode.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of errors that prevent effector from applying.
    Returns a list of effects that will be applied in case of the user confirmation.
  • Method Details

    • getErrors

      @NotNull List<I18nText> getErrors()
      Returns a list of errors that prevent effector from applying.
    • getPreviewEffects

      @NotNull List<StoredEffect> getPreviewEffects()
      Returns a list of effects that will be applied in case of the user confirmation.