Uses of Interface
org.bukkit.plugin.PluginLoader
Package
Description
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of PluginLoader in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getPluginLoader()
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionvoid
PluginManager.registerInterface
(@NotNull Class<? extends PluginLoader> loader) Deprecated, for removal: This API element is subject to removal in a future version.void
SimplePluginManager.registerInterface
(@NotNull Class<? extends PluginLoader> loader) Deprecated, for removal: This API element is subject to removal in a future version.Registers the specified plugin loader -
Uses of PluginLoader in org.bukkit.plugin.java
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionfinal @NotNull PluginLoader
JavaPlugin.getPluginLoader()
Gets the associated PluginLoader responsible for this plugin