Class CoreModule

java.lang.Object
com.gmt2001.module.Module
com.gmt2001.module.CoreModule

public abstract class CoreModule extends Module
A bot module which is a core module

A CoreModule will always load before other Module

Author:
gmt2001
  • Constructor Details

    • CoreModule

      public CoreModule()
  • Method Details

    • afterCoreLoad

      public void afterCoreLoad()
      Executes after all CoreModule have loaded, but before other Module start loading
    • afterCoreLoadOrder

      public int afterCoreLoadOrder()
      Indicates the sort order in which afterCoreLoad() should be called

      Modules which return lower numbers get called first

      Call order when multiple modules have the same order is not guaranteed

      Returns:
      the sort order