Interface ConfigExtension<T extends PluginConfig>
-
- All Superinterfaces:
Extension
public interface ConfigExtension<T extends PluginConfig> extends Extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configLoaded(T config)
T
getConfig()
void
handleEvent(PluginConfigEvent event)
-
-
-
Method Detail
-
getConfig
T getConfig()
-
configLoaded
void configLoaded(T config)
-
handleEvent
void handleEvent(PluginConfigEvent event)
-
-