Class ScalaPluginBootstrapContext
java.lang.Object
xyz.janboerman.scalaloader.paper.plugin.ScalaPluginProviderContext
xyz.janboerman.scalaloader.paper.plugin.ScalaPluginBootstrapContext
- All Implemented Interfaces:
io.papermc.paper.plugin.bootstrap.BootstrapContext
,io.papermc.paper.plugin.bootstrap.PluginProviderContext
,io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner
public class ScalaPluginBootstrapContext
extends ScalaPluginProviderContext
implements io.papermc.paper.plugin.bootstrap.BootstrapContext
-
Constructor Summary
ConstructorsConstructorDescriptionScalaPluginBootstrapContext
(File pluginJarFile, ScalaPluginDescription description) -
Method Summary
Modifier and TypeMethodDescription@NotNull io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager
<io.papermc.paper.plugin.bootstrap.BootstrapContext> @NotNull io.papermc.paper.plugin.configuration.PluginMeta
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
-
-
Method Details
-
getLifecycleManager
@NotNull public @NotNull io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager<io.papermc.paper.plugin.bootstrap.BootstrapContext> getLifecycleManager()- Specified by:
getLifecycleManager
in interfaceio.papermc.paper.plugin.bootstrap.BootstrapContext
-
getPluginMeta
@NotNull public @NotNull io.papermc.paper.plugin.configuration.PluginMeta getPluginMeta()- Specified by:
getPluginMeta
in interfaceio.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner
-