Contents
-
Deprecated Methods
use
libraries instead.
The only reason this method still exist is that that method does not support user-defined repositories yet.
JavaPlugins that try to find classes using the JavaPluginLoader expect to only find JavaPlugins.
JavaPlugins that try to find classes using the JavaPluginLoader expect to only find JavaPlugins
Use
ScalaPluginLoader.openUpToJavaPlugin(ScalaPlugin, JavaPlugin)
instead.
This method used to inject classes from the ScalaPlugin into the 'global' JavaPluginLoader scope,
so that JavaPlugins could find classes from the ScalaPlugin.
But since it no longer does that, it has no use to call this method anymore.
This method will be removed in a future version!
use IScalaLoader.getEventBus()
instead.
use IScalaPluginLoader.openUpToJavaPlugin(IScalaPlugin, JavaPlugin)
instead.