Class ScalaPluginBootstrapContext
java.lang.Object
xyz.janboerman.scalaloader.paper.plugin.ScalaPluginProviderContext
xyz.janboerman.scalaloader.paper.plugin.ScalaPluginBootstrapContext
- All Implemented Interfaces:
BootstrapContext
,PluginProviderContext
public class ScalaPluginBootstrapContext
extends ScalaPluginProviderContext
implements BootstrapContext
-
Constructor Summary
ConstructorsConstructorDescriptionScalaPluginBootstrapContext
(File pluginJarFile, xyz.janboerman.scalaloader.plugin.ScalaPluginDescription description) -
Method Summary
Methods inherited from class xyz.janboerman.scalaloader.paper.plugin.ScalaPluginProviderContext
getConfiguration, getDataDirectory, getLogger, getPluginClassLoader, getPluginSource, setPluginClassLoader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.papermc.paper.plugin.bootstrap.PluginProviderContext
getConfiguration, getDataDirectory, getLogger, getPluginSource
-
Constructor Details
-
ScalaPluginBootstrapContext
public ScalaPluginBootstrapContext(File pluginJarFile, xyz.janboerman.scalaloader.plugin.ScalaPluginDescription description)
-