public abstract class CommandConfigHandler extends Object
| Constructor and Description |
|---|
CommandConfigHandler() |
| Modifier and Type | Method and Description |
|---|---|
static CommandConfigHandler |
getInstance() |
abstract void |
handleCommandConfigRelease(CommandsConfig commandsConfig) |
static void |
setInstance(CommandConfigHandler handler) |
abstract void |
unregisterAllCommands() |
public static CommandConfigHandler getInstance()
public static void setInstance(@Nonnull CommandConfigHandler handler)
public abstract void handleCommandConfigRelease(@Nonnull CommandsConfig commandsConfig)
public abstract void unregisterAllCommands()
Copyright © 2020. All rights reserved.