Interface CommandManagerConfiguration
public interface CommandManagerConfiguration
Configures the command manager.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.incendo.cloud.paper.PaperCommandManager<org.incendo.cloud.paper.util.sender.Source> commandManager) Configures the command manager.
-
Method Details
-
configure
void configure(org.incendo.cloud.paper.PaperCommandManager<org.incendo.cloud.paper.util.sender.Source> commandManager) Configures the command manager. This action will be executed after the command manager has been created but before commands, completions, parameters, and conditions are registered.- Parameters:
commandManager- the command manager
-