Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface Plugin extends LifecycleObject
| Modifier and Type | Method and Description |
|---|---|
@NotNull AddonRegistry |
getAddonRegistry()
Retrieves the AddonRegistry for this plugin.
|
@NotNull CommandManager |
getCommandManager()
Gets the command registry responsible for managing commands.
|
PluginConfiguration |
getConfiguration() |
ConfigurationProvider |
getConfigurationProvider()
Gets the configuration provider responsible for handling configurations.
|
File |
getDataFolder()
Gets the data folder associated with this plugin or proxy component.
|
PluginDescription |
getDescription()
Retrieves the plugin description
|
@NotNull EventBus |
getEventBus()
Retrieves the EventBus instance associated with this plugin.
|
@NotNull ExtensionRegistry |
getExtensionRegistry()
Retrieves the ExtensionRegistry for this plugin.
|
@NotNull HookRegistry |
getHookRegistry()
Retrieves the HookRegistry for this plugin.
|
Logger |
getLogger()
Gets the logger associated with this instance for logging messages.
|
String |
getName()
Retrieves the plugin name
|
Platform |
getPlatform()
Gets the underlying platform the proxy or plugin is running on.
|
InputStream |
getResource(String resourceName)
Retrieves a resource as an input stream.
|
Scheduler |
getScheduler()
Gets the scheduler associated with this plugin for managing tasks.
|
@NotNull TranslationsProvider |
getTranslationsProvider()
Retrieves the TranslationsProvider for this plugin.
|
boolean |
isEnabled() |
init, load, massInit, massLoad, massReload, massUnload, reload, unload
Platform getPlatform()
Platform instance, such as Spigot, Velocity, or BungeeCordLogger getLogger()
Logger instanceScheduler getScheduler()
Scheduler instance@NotNull @NotNull EventBus getEventBus()
@NotNull @NotNull CommandManager getCommandManager()
CommandManager instance@NotNull @NotNull AddonRegistry getAddonRegistry()
@NotNull @NotNull ExtensionRegistry getExtensionRegistry()
@NotNull @NotNull HookRegistry getHookRegistry()
@NotNull @NotNull TranslationsProvider getTranslationsProvider()
ConfigurationProvider getConfigurationProvider()
ConfigurationProvider instanceString getName()
PluginDescription getDescription()
File getDataFolder()
File representing the data folderInputStream getResource(String resourceName)
resourceName - the name of the resource to retrieveInputStream for the resource, or null if not foundboolean isEnabled()
PluginConfiguration getConfiguration()
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy