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 TypeMethodDescriptionvoidIPlugin.init(ProtectedJDABuilder builder) Deprecated, for removal: This API element is subject to removal in a future version.NEED_JAVADOCprotected abstract voidPlugin.init(ProtectedJDABuilder builder) voidDeprecated, for removal: This API element is subject to removal in a future version.NEED_JAVADOCprotected abstract voidvoidDeprecated, for removal: This API element is subject to removal in a future version.NEED_JAVADOCprotected abstract voidvoidIPlugin.preInit()Deprecated, for removal: This API element is subject to removal in a future version.Startup method called when resources, needed for functionality initialization, are to be loaded.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-arg constructor to load and initialize required plugin data.