Uses of Interface
org.bukkit.plugin.PluginLoader
Packages that use 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.pluginMethods in org.bukkit.plugin that return PluginLoaderModifier and TypeMethodDescriptionPlugin.getPluginLoader()Gets the associated PluginLoader responsible for this pluginMethod parameters in org.bukkit.plugin with type arguments of type PluginLoaderModifier and TypeMethodDescriptionvoidPluginManager.registerInterface(Class<? extends PluginLoader> loader)Registers the specified plugin loadervoidSimplePluginManager.registerInterface(Class<? extends PluginLoader> loader)Registers the specified plugin loader
- 
Uses of PluginLoader in org.bukkit.plugin.javaClasses in org.bukkit.plugin.java that implement PluginLoaderModifier and TypeClassDescriptionclassRepresents a Java plugin loader, allowing plugins in the form of .jarMethods in org.bukkit.plugin.java that return PluginLoaderModifier and TypeMethodDescriptionJavaPlugin.getPluginLoader()Gets the associated PluginLoader responsible for this plugin