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 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 interface io.papermc.paper.plugin.bootstrap.PluginBootstrap
    • createPlugin

      @NotNull public @NotNull ScalaPlugin createPlugin(@NotNull @NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context)
      Specified by:
      createPlugin in interface io.papermc.paper.plugin.bootstrap.PluginBootstrap