Interface StartHook


  • public interface StartHook
    Called when a plugin is starting.
    This happens when chart is created or plugin is enabled.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onStart

        void onStart​(IsChart chart)
        Called when a plugin is starting.
        This happens when chart is created or plugin is enabled.
        Parameters:
        chart - the chart instance.