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 TypeMethodDescriptionvoid
bootstrap
(@NotNull io.papermc.paper.plugin.bootstrap.BootstrapContext context) void
bootstrap
(@NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context) @NotNull ScalaPlugin
createPlugin
(@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:
bootstrap
in interfaceio.papermc.paper.plugin.bootstrap.PluginBootstrap
-
createPlugin
@NotNull public @NotNull ScalaPlugin createPlugin(@NotNull @NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context) - Specified by:
createPlugin
in interfaceio.papermc.paper.plugin.bootstrap.PluginBootstrap
-