Uses of Class
net.foxgenesis.watame.ProtectedJDABuilder
Packages that use ProtectedJDABuilder
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of ProtectedJDABuilder in net.foxgenesis.watame
Methods in net.foxgenesis.watame that return ProtectedJDABuilderModifier and TypeMethodDescriptionProtectedJDABuilder.addEventListeners(Object... listeners) Adds all provided listeners to the list of listeners that will be used to populate theJDAobject.ProtectedJDABuilder.removeEventListeners(Object... listeners) Removes all provided listeners from the list of listeners. -
Uses of ProtectedJDABuilder in net.foxgenesis.watame.plugin
Methods in net.foxgenesis.watame.plugin with parameters of type ProtectedJDABuilderModifier 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) PluginHandler.init(ProtectedJDABuilder builder) Initialize all plugins.