Class DistributorCommonPlugin

java.lang.Object
mindustry.mod.Mod
mindustry.mod.Plugin
com.xpdustry.distributor.plugin.AbstractMindustryPlugin
com.xpdustry.distributor.DistributorCommonPlugin
All Implemented Interfaces:
com.xpdustry.distributor.Distributor, com.xpdustry.distributor.plugin.MindustryPlugin

public final class DistributorCommonPlugin extends com.xpdustry.distributor.plugin.AbstractMindustryPlugin implements com.xpdustry.distributor.Distributor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xpdustry.distributor.event.EventBus
     
    com.xpdustry.distributor.localization.ListLocalizationSource
     
    com.xpdustry.distributor.permission.PermissionManager
     
    com.xpdustry.distributor.scheduler.PluginScheduler
     
    com.xpdustry.distributor.service.ServiceManager
     
    void
     
    void
     

    Methods inherited from class com.xpdustry.distributor.plugin.AbstractMindustryPlugin

    addListener, getConfig, getListeners, getLogger, getMetadata, init, loadContent, registerClientCommands, registerServerCommands

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.xpdustry.distributor.plugin.MindustryPlugin

    getDirectory, onClientCommandsRegistration, onExit, onServerCommandsRegistration, onUpdate
  • Constructor Details

    • DistributorCommonPlugin

      public DistributorCommonPlugin()
  • Method Details

    • getServiceManager

      public com.xpdustry.distributor.service.ServiceManager getServiceManager()
      Specified by:
      getServiceManager in interface com.xpdustry.distributor.Distributor
    • getEventBus

      public com.xpdustry.distributor.event.EventBus getEventBus()
      Specified by:
      getEventBus in interface com.xpdustry.distributor.Distributor
    • getPermissionManager

      public com.xpdustry.distributor.permission.PermissionManager getPermissionManager()
      Specified by:
      getPermissionManager in interface com.xpdustry.distributor.Distributor
    • getGlobalLocalizationSource

      public com.xpdustry.distributor.localization.ListLocalizationSource getGlobalLocalizationSource()
      Specified by:
      getGlobalLocalizationSource in interface com.xpdustry.distributor.Distributor
    • getPluginScheduler

      public com.xpdustry.distributor.scheduler.PluginScheduler getPluginScheduler()
      Specified by:
      getPluginScheduler in interface com.xpdustry.distributor.Distributor
    • onInit

      public void onInit()
      Specified by:
      onInit in interface com.xpdustry.distributor.plugin.MindustryPlugin
    • onLoad

      public void onLoad()
      Specified by:
      onLoad in interface com.xpdustry.distributor.plugin.MindustryPlugin