@PublicApi
public interface EffectorPreview
EffectorPreview stores the results of an effector run in the "preview" mode.
| Modifier and Type | Method and Description |
|---|---|
List<I18nText> |
getErrors()
Returns a list of errors that prevent effector from applying.
|
List<StoredEffect> |
getPreviewEffects()
Returns a list of effects that will be applied in case of the user confirmation.
|
@NotNull List<I18nText> getErrors()
@NotNull List<StoredEffect> getPreviewEffects()
Copyright © 2021 ALM Works. All Rights Reserved.