Uses of Class
net.foxgenesis.watame.plugin.Plugin
Packages that use Plugin
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of Plugin in net.foxgenesis.database
Methods in net.foxgenesis.database with parameters of type PluginModifier and TypeMethodDescriptionbooleanDatabaseManager.register(@NotNull Plugin plugin, @NotNull AbstractDatabase database) booleanIDatabaseManager.register(@NotNull Plugin owningPlugin, @NotNull AbstractDatabase database) Register anAbstractDatabasethat aPluginrequires.booleanNEED_JAVADOC -
Uses of Plugin in net.foxgenesis.watame.plugin
Classes in net.foxgenesis.watame.plugin with type parameters of type PluginModifier and TypeClassDescriptionclassPluginHandler<T extends Plugin>Class used to handle all plugin related tasks.Methods in net.foxgenesis.watame.plugin with parameters of type PluginModifier and TypeMethodDescriptionvoidvoidEventStore.registerListeners(Plugin plugin, Object... listener) voidIEventStore.registerListeners(Plugin plugin, Object... listener) voidEventStore.unregister(Plugin plugin) voidEventStore.unregisterListeners(Plugin plugin, Object... listener) voidIEventStore.unregisterListeners(Plugin plugin, Object... listener) -
Uses of Plugin in net.foxgenesis.watame.property
Methods in net.foxgenesis.watame.property with parameters of type PluginModifier and TypeMethodDescriptionPluginPropertyProvider.getProperty(Plugin plugin, String key) PluginPropertyProvider.upsertProperty(Plugin plugin, String key, boolean modifiable, PropertyType type) Register aPropertyInfoif it does not exist inside the configuration and return a newPluginPropertycreated with the property information.