Package me.hsgamer.bettergui.api.addon
Interface PostEnable
-
public interface PostEnable
An extra interface forExpansion
to be called after all addons are enabled
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPostEnable()
Called after all addons are enabled
-