Interface PreChainAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before the
Chain has started executing- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull ImmutableChain chain, @NotNull ChainExecution chainExecution) Executes the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull ImmutableChain chain, @NotNull @NotNull ChainExecution chainExecution) throws InterruptedException, Exception Executes the custom action- Throws:
InterruptedExceptionException- Since:
- 7.1
-