public final class CommandManager extends Object
This class is primarily for internal usage.
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
COMMAND_CLEAN_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
String[] |
commandDetection(String[] split) |
Dispatcher |
getDispatcher()
Get the command dispatcher instance.
|
static Logger |
getLogger() |
void |
handleCommand(CommandEvent event) |
void |
handleCommandSuggestion(CommandSuggestionEvent event) |
public static final Pattern COMMAND_CLEAN_PATTERN
public void handleCommand(CommandEvent event)
public void handleCommandSuggestion(CommandSuggestionEvent event)
public Dispatcher getDispatcher()
public static Logger getLogger()
Copyright © 2010-2014. All Rights Reserved.