Class ScalaPluginBootstrap
java.lang.Object
xyz.janboerman.scalaloader.paper.plugin.ScalaPluginBootstrap
- All Implemented Interfaces:
io.papermc.paper.plugin.bootstrap.PluginBootstrap
public class ScalaPluginBootstrap
extends Object
implements io.papermc.paper.plugin.bootstrap.PluginBootstrap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbootstrap(@NotNull io.papermc.paper.plugin.bootstrap.BootstrapContext context) voidbootstrap(@NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context) @NotNull ScalaPlugincreatePlugin(@NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context)
-
Constructor Details
-
ScalaPluginBootstrap
public ScalaPluginBootstrap()
-
-
Method Details
-
bootstrap
public void bootstrap(@NotNull @NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context) -
bootstrap
public void bootstrap(@NotNull @NotNull io.papermc.paper.plugin.bootstrap.BootstrapContext context) - Specified by:
bootstrapin interfaceio.papermc.paper.plugin.bootstrap.PluginBootstrap
-
createPlugin
@NotNull public @NotNull ScalaPlugin createPlugin(@NotNull @NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context) - Specified by:
createPluginin interfaceio.papermc.paper.plugin.bootstrap.PluginBootstrap
-