Class ForwardedMessages

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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.
      boolean isHidden() Hides this core plugin from the plugins page.
      Object writeSnapshotFields(Object source, Object destination, boolean isApiMessage)
      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, load, requiresRestart, unload
      • Methods inherited from class java.lang.Object

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

      • ForwardedMessages

        ForwardedMessages()
    • Method Detail

      • isRequired

         boolean isRequired()

        Whether this core plugin cannot be disabled at all.

      • isHidden

         boolean isHidden()

        Hides this core plugin from the plugins page. This should generally be used for coreplugins that are fixing existing functionality.

      • 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