public abstract class CommandManager extends Object
| Constructor and Description |
|---|
CommandManager(GeyserConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandNames() |
abstract String |
getDescription(String command)
Returns the description of the given command
|
void |
registerCommand(GeyserCommand command) |
void |
runCommand(CommandSender sender,
String command) |
public CommandManager(GeyserConnector connector)
public void registerCommand(GeyserCommand command)
public void runCommand(CommandSender sender, String command)
public List<String> getCommandNames()
/geyser.Copyright © 2020 GeyserMC. All rights reserved.