Class PostEnableComponent

java.lang.Object
io.github.projectunified.minelib.plugin.postenable.PostEnableComponent
All Implemented Interfaces:
Loadable

public class PostEnableComponent extends Object implements Loadable
The component for the post-enable phase of the plugin lifecycle
  • Constructor Details

    • PostEnableComponent

      public PostEnableComponent(BasePlugin plugin)
      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