java.lang.Object
io.github.projectunified.minelib.plugin.postenable.PostEnableComponent
- All Implemented Interfaces:
Loadable
The component for the post-enable phase of the plugin lifecycle
-
Constructor Summary
Constructors
-
Method Summary
void
Called when the component is enabled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.projectunified.minelib.plugin.base.Loadable
disable, load
-
Constructor Details
-
PostEnableComponent
Creates a new instance
- Parameters:
plugin
- the plugin
-
Method Details
-
enable
public void enable()
Description copied from interface: Loadable
Called when the component is enabled
- Specified by:
enable
in interface Loadable