Class TimberZBootstrap
java.lang.Object
com.zetaplugins.timberz.bootstrap.TimberZBootstrap
- All Implemented Interfaces:
io.papermc.paper.plugin.bootstrap.PluginBootstrap
public final class TimberZBootstrap
extends Object
implements io.papermc.paper.plugin.bootstrap.PluginBootstrap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bootstrap
(io.papermc.paper.plugin.bootstrap.BootstrapContext context) org.bukkit.plugin.java.JavaPlugin
createPlugin
(io.papermc.paper.plugin.bootstrap.PluginProviderContext context)
-
Constructor Details
-
TimberZBootstrap
public TimberZBootstrap()
-
-
Method Details
-
bootstrap
public void bootstrap(io.papermc.paper.plugin.bootstrap.BootstrapContext context) - Specified by:
bootstrap
in interfaceio.papermc.paper.plugin.bootstrap.PluginBootstrap
-
createPlugin
public org.bukkit.plugin.java.JavaPlugin createPlugin(io.papermc.paper.plugin.bootstrap.PluginProviderContext context) - Specified by:
createPlugin
in interfaceio.papermc.paper.plugin.bootstrap.PluginBootstrap
-