public abstract class AbstractConfigHandler<T> extends Object implements IConsoleHandler
| Constructor and Description |
|---|
AbstractConfigHandler(Class<T> typeParameterClass) |
| Modifier and Type | Method and Description |
|---|---|
T |
getConfig() |
void |
onInit() |
String |
print() |
String |
printJson() |
String |
reloadConfig() |
public AbstractConfigHandler(Class<T> typeParameterClass) throws InstantiationException, IllegalAccessException
public String reloadConfig() throws InstantiationException, IllegalAccessException
public String print()
public String printJson()
public T getConfig()
public void onInit()
onInit in interface IConsoleHandlerCopyright © 2020. All rights reserved.