Package io.github.pylonmc.pylon.core
Class PylonBootstrapper
-
- All Implemented Interfaces:
-
io.papermc.paper.plugin.bootstrap.PluginBootstrap
public final class PylonBootstrapper implements PluginBootstrap
-
-
Constructor Summary
Constructors Constructor Description PylonBootstrapper()
-
Method Summary
Modifier and Type Method Description Unit
bootstrap(BootstrapContext context)
JavaPlugin
createPlugin(PluginProviderContext context)
-
-
Method Detail
-
bootstrap
Unit bootstrap(BootstrapContext context)
-
createPlugin
JavaPlugin createPlugin(PluginProviderContext context)
-
-
-
-