Package top.focess.qq
Class FocessQQ.MainPlugin
- java.lang.Object
-
- top.focess.qq.api.plugin.Plugin
-
- top.focess.qq.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 Summary
Constructors Constructor Description MainPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisable()Used to save some data of the pluginvoidenable()Used to initialize the pluginstatic Map<String,Object>getProperties()-
Methods inherited from class top.focess.qq.api.plugin.Plugin
deserialize, equals, getAuthor, getDefaultConfig, getDefaultFolder, getFile, getLangConfig, getName, getPlugin, getPlugin, getPluginDescription, getPlugins, getVersion, hashCode, initialize, isEnabled, isInitialized, loadResource, onDisable, onEnable, plugin, registerBuffer, registerCommand, registerListener, registerSpecialArgumentComplexHandler, serialize, thisPlugin, unload
-
-
-
-
Method Detail
-
enable
public void enable()
Description copied from class:PluginUsed to initialize the plugin
-
-