Class HexedPluginReloaded

java.lang.Object
mindustry.mod.Mod
mindustry.mod.Plugin
com.xpdustry.distributor.api.plugin.AbstractMindustryPlugin
com.xpdustry.hexed.HexedPluginReloaded
All Implemented Interfaces:
com.xpdustry.distributor.api.plugin.MindustryPlugin, HexedAPI

public final class HexedPluginReloaded extends com.xpdustry.distributor.api.plugin.AbstractMindustryPlugin implements HexedAPI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addListener(com.xpdustry.distributor.api.plugin.PluginListener listener)
     
     
    boolean
     
    void
     
    boolean
     

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

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

    Methods inherited from class mindustry.mod.Mod

    getConfigFolder

    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.api.plugin.MindustryPlugin

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

    • HexedPluginReloaded

      public HexedPluginReloaded()
  • Method Details

    • getHexedState

      public HexedState getHexedState()
      Specified by:
      getHexedState in interface HexedAPI
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface HexedAPI
    • start

      public boolean start(MapGenerator<HexedMapContext> generator)
      Specified by:
      start in interface HexedAPI
    • onInit

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

      protected void addListener(com.xpdustry.distributor.api.plugin.PluginListener listener)
      Overrides:
      addListener in class com.xpdustry.distributor.api.plugin.AbstractMindustryPlugin