Class ScalaLoaderBootstrap

java.lang.Object
xyz.janboerman.scalaloader.paper.ScalaLoaderBootstrap
All Implemented Interfaces:
io.papermc.paper.plugin.bootstrap.PluginBootstrap

public class ScalaLoaderBootstrap extends Object implements io.papermc.paper.plugin.bootstrap.PluginBootstrap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bootstrap(@NotNull io.papermc.paper.plugin.bootstrap.BootstrapContext context)
     
    void
    bootstrap(@NotNull io.papermc.paper.plugin.bootstrap.PluginProviderContext context)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.papermc.paper.plugin.bootstrap.PluginBootstrap

    createPlugin
  • Constructor Details

    • ScalaLoaderBootstrap

      public ScalaLoaderBootstrap()
  • 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