Uses of Interface
xyz.janboerman.scalaloader.compat.IScalaPlugin
Packages that use IScalaPlugin
Package
Description
-
Uses of IScalaPlugin in xyz.janboerman.scalaloader.compat
Methods in xyz.janboerman.scalaloader.compat that return IScalaPluginModifier and TypeMethodDescriptionIScalaPluginClassLoader.getPlugin()
Get the ScalaPlugin instance loaded by this ClassLoader.Methods in xyz.janboerman.scalaloader.compat that return types with arguments of type IScalaPluginModifier and TypeMethodDescriptionCollection
<? extends IScalaPlugin> IScalaLoader.getScalaPlugins()
Get the loaded ScalaPlugins.Methods in xyz.janboerman.scalaloader.compat with parameters of type IScalaPluginModifier and TypeMethodDescriptionstatic void
IScalaPluginLoader.openUpToJavaPlugin
(IScalaPlugin scalaPlugin, JavaPlugin javaPlugin) Make the classes of a ScalaPlugin accessible to a JavaPlugin. -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.event.plugin
Methods in xyz.janboerman.scalaloader.event.plugin that return IScalaPluginModifier and TypeMethodDescriptionScalaPluginDisableEvent.getPlugin()
Deprecated.ScalaPluginEnableEvent.getPlugin()
Deprecated.Constructors in xyz.janboerman.scalaloader.event.plugin with parameters of type IScalaPluginModifierConstructorDescriptionScalaPluginDisableEvent
(IScalaPlugin plugin) Deprecated.ScalaPluginEnableEvent
(IScalaPlugin plugin) Deprecated. -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.paper.plugin
Classes in xyz.janboerman.scalaloader.paper.plugin that implement IScalaPluginModifier and TypeClassDescriptionclass
Representation of a ScalaPlugin when running on Paper. -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.paper.plugin.description
Classes in xyz.janboerman.scalaloader.paper.plugin.description that implement IScalaPluginModifier and TypeClassDescriptionclass
Special plugin instance to obtain your plugin's description. -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.plugin
Classes in xyz.janboerman.scalaloader.plugin that implement IScalaPluginModifier and TypeClassDescriptionclass
A ScalaPlugin!
This is what your main class (can be an object singleton) usually extends in your Scala plugin project.Constructors in xyz.janboerman.scalaloader.plugin with parameters of type IScalaPlugin -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.plugin.runtime
Constructors in xyz.janboerman.scalaloader.plugin.runtime with parameters of type IScalaPlugin -
Uses of IScalaPlugin in xyz.janboerman.scalaloader.util
Methods in xyz.janboerman.scalaloader.util with type parameters of type IScalaPluginModifier and TypeMethodDescriptionstatic <P extends IScalaPlugin>
PScalaLoaderUtils.createScalaPluginInstance
(Class<P> clazz) Tries to get the plugin instance from the scala plugin class.