Package org.incendo.cloud.paper
Class PaperCommandManager.Builder<C>
java.lang.Object
org.incendo.cloud.paper.PaperCommandManager.Builder<C>
- Type Parameters:
C- command sender type
- Enclosing class:
PaperCommandManager<C>
First stage builder for
PaperCommandManager.-
Method Summary
Modifier and TypeMethodDescriptionexecutionCoordinator(ExecutionCoordinator<C> executionCoordinator) Configures theExecutionCoordinatorfor the manager.
-
Method Details
-
executionCoordinator
public PaperCommandManager.CoordinatedBuilder<C> executionCoordinator(ExecutionCoordinator<C> executionCoordinator) Configures theExecutionCoordinatorfor the manager.- Parameters:
executionCoordinator- execution coordinator- Returns:
- coordinated builder
-