Class LinkstonePluginLoader

java.lang.Object
org.bukkit.plugin.java.JavaPluginLoader
net.glowstone.util.linkstone.LinkstonePluginLoader
All Implemented Interfaces:
org.bukkit.plugin.PluginLoader

public class LinkstonePluginLoader extends org.bukkit.plugin.java.JavaPluginLoader
  • Constructor Summary

    Constructors
    Constructor
    Description
    LinkstonePluginLoader(org.bukkit.Server instance)
    Bukkit will invoke this constructor via reflection.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.bukkit.plugin.java.PluginClassLoader
    newPluginLoader(org.bukkit.plugin.java.JavaPluginLoader loader, ClassLoader parent, org.bukkit.plugin.PluginDescriptionFile description, File dataFolder, File file, ClassLoader libraryLoader)
     

    Methods inherited from class org.bukkit.plugin.java.JavaPluginLoader

    createRegisteredListeners, disablePlugin, disablePlugin, enablePlugin, getClassByName, getClassByName, getPluginDescription, getPluginFileFilters, loadPlugin

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LinkstonePluginLoader

      public LinkstonePluginLoader(org.bukkit.Server instance)
      Bukkit will invoke this constructor via reflection. Its signature should therefore not be changed!
      Parameters:
      instance - the server instance
  • Method Details

    • newPluginLoader

      protected org.bukkit.plugin.java.PluginClassLoader newPluginLoader(org.bukkit.plugin.java.JavaPluginLoader loader, ClassLoader parent, org.bukkit.plugin.PluginDescriptionFile description, File dataFolder, File file, ClassLoader libraryLoader) throws Exception
      Overrides:
      newPluginLoader in class org.bukkit.plugin.java.JavaPluginLoader
      Throws:
      Exception