Uses of Interface
org.bukkit.plugin.PluginLoader

Packages that use PluginLoader
org.bukkit.plugin Classes specifically relating to loading software modules at runtime. 
org.bukkit.plugin.java Classes for handling plugins written in java. 
 

Uses of PluginLoader in org.bukkit.plugin
 

Methods in org.bukkit.plugin that return PluginLoader
 PluginLoader Plugin.getPluginLoader()
          Gets the associated PluginLoader responsible for this plugin
 

Method parameters in org.bukkit.plugin with type arguments of type PluginLoader
 void SimplePluginManager.registerInterface(Class<? extends PluginLoader> loader)
          Registers the specified plugin loader
 void PluginManager.registerInterface(Class<? extends PluginLoader> loader)
          Registers the specified plugin loader
 

Uses of PluginLoader in org.bukkit.plugin.java
 

Classes in org.bukkit.plugin.java that implement PluginLoader
 class JavaPluginLoader
          Represents a Java plugin loader, allowing plugins in the form of .jar
 

Methods in org.bukkit.plugin.java that return PluginLoader
 PluginLoader JavaPlugin.getPluginLoader()
          Gets the associated PluginLoader responsible for this plugin
 

Methods in org.bukkit.plugin.java with parameters of type PluginLoader
protected  void JavaPlugin.initialize(PluginLoader loader, Server server, PluginDescriptionFile description, File dataFolder, File file, ClassLoader classLoader)
          Deprecated. This method is legacy and will be removed - it must be replaced by the specially provided constructor(s).
 

Constructors in org.bukkit.plugin.java with parameters of type PluginLoader
JavaPlugin(PluginLoader loader, Server server, PluginDescriptionFile description, File dataFolder, File file)
          Deprecated. This method is intended for unit testing purposes when the other constructor cannot be used.

Its existence may be temporary.

 



Copyright © 2014. All rights reserved.