Package top.focess.qq

Class FocessQQ.MainPlugin

  • All Implemented Interfaces:
    Serializable, top.focess.util.serialize.FocessSerializable
    Enclosing class:
    FocessQQ

    public static final class FocessQQ.MainPlugin
    extends Plugin
    The MainPlugin Plugin is a core plugin in Bot. It will initialize all default settings and make the Bot login. Never instance it! It will be instanced when bot bootstraps automatically.
    See Also:
    Serialized Form
    • Constructor Detail

      • MainPlugin

        public MainPlugin()
    • Method Detail

      • enable

        public void enable()
        Description copied from class: Plugin
        Used to initialize the plugin
        Specified by:
        enable in class Plugin
      • disable

        public void disable()
        Description copied from class: Plugin
        Used to save some data of the plugin
        Specified by:
        disable in class Plugin