Package me.hsgamer.bettergui.api.addon
Interface Reloadable
-
public interface Reloadable
An extra interface forExpansion
to be called when the plugin is reloaded
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReload()
Called when the plugin is reloaded
-