java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.codex.modules.IModule<Divinity>
studio.magemonkey.divinity.modules.api.QModule
All Implemented Interfaces:
org.bukkit.event.Listener, studio.magemonkey.codex.manager.AbstractListener, studio.magemonkey.codex.manager.api.Loggable
Direct Known Subclasses:
ClassManager, CombatLogManager, DropManager, ItemHintsManager, LootManager, PartyManager, QModuleDrop, SellManager, SetManager, SoulboundManager

public abstract class QModule extends studio.magemonkey.codex.modules.IModule<Divinity>
  • Field Summary

    Fields inherited from class studio.magemonkey.codex.modules.IModule

    cfg, moduleCommand

    Fields inherited from class studio.magemonkey.codex.manager.IListener

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QModule(Divinity plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
     
    final boolean
     
    protected void
     

    Methods inherited from class studio.magemonkey.codex.modules.IModule

    error, getExecutor, getFullPath, getId, getJYML, getPath, info, interruptLoad, isEnabled, isLoaded, load, name, onPreSetup, onReload, onUnload, reload, setup, shutdown, unload, version, warn

    Methods inherited from class studio.magemonkey.codex.manager.IListener

    registerListeners

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface studio.magemonkey.codex.manager.AbstractListener

    unregisterListeners
  • Constructor Details

    • QModule

      public QModule(@NotNull Divinity plugin)
  • Method Details

    • onPostSetup

      protected void onPostSetup()
      Overrides:
      onPostSetup in class studio.magemonkey.codex.modules.IModule<Divinity>
    • isDropable

      public final boolean isDropable()
    • isSocketable

      public final boolean isSocketable()