Interface ChameleonPlugin


  • public interface ChameleonPlugin
    Chameleon plugin.
    • Method Detail

      • onLoad

        default void onLoad()
        Called after Chameleon has been loaded.
      • onEnable

        void onEnable()
        Called when the platform plugin is enabled.
      • onDisable

        void onDisable()
        Called when the platform plugin is disabled.