Class NoTrack

  • All Implemented Interfaces:

    
    public final class NoTrack
    extends CorePlugin
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NoTrack()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isRequired() Whether this core plugin cannot be disabled at all.
      void load(Context context) Called when your Plugin is loaded
      void start(Context context) Called when your Plugin is started
      void stop(Context context) Called when your Plugin is stopped
      • Methods inherited from class com.aliucord.entities.CorePlugin

        isHidden, isRequired
      • Methods inherited from class com.aliucord.entities.Plugin

        getAnnotation, getManifest, getName, requiresRestart, unload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoTrack

        NoTrack()
    • Method Detail

      • isRequired

         boolean isRequired()

        Whether this core plugin cannot be disabled at all.

      • load

         void load(Context context)

        Called when your Plugin is loaded

        Parameters:
        context - Context
      • start

         void start(Context context)

        Called when your Plugin is started

        Parameters:
        context - Context
      • stop

         void stop(Context context)

        Called when your Plugin is stopped

        Parameters:
        context - Context