Uses of Class
net.foxgenesis.watame.plugin.SeverePluginException
Packages that use SeverePluginException
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of SeverePluginException in net.foxgenesis.watame.plugin
Methods in net.foxgenesis.watame.plugin that throw SeverePluginExceptionModifier and TypeMethodDescriptionprotected abstract voidPlugin.init(IEventStore builder) Startup method called when methods providing functionality are to be loaded.protected abstract voidCalled by thePluginHandlerwhenJDAand allPluginshave finished startup and have finished loading.protected abstract voidStartup method called whenJDAis building a connection to discord and allCommandDatais being collected fromCommandProvider.getCommands().protected abstract voidPlugin.preInit()Startup method called when resources, needed for functionality initialization, are to be loaded.Constructors in net.foxgenesis.watame.plugin that throw SeverePluginExceptionModifierConstructorDescriptionPlugin()No-argument constructor called by theServiceLoaderto load and initialize required plugin data.