Interface AddonInterface


public interface AddonInterface
The Interface used for the Addons.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called methode when the Addon get stopped.
    void
    Called methode when the Addon gets started (What a surprise isn't it :))
  • Method Details

    • onEnable

      void onEnable()
      Called methode when the Addon gets started (What a surprise isn't it :))
    • onDisable

      void onDisable()
      Called methode when the Addon get stopped.