Package de.delinkedde.mobarenareborn
Klasse MobArenaBootstrap
java.lang.Object
de.delinkedde.mobarenareborn.MobArenaBootstrap
- Alle implementierten Schnittstellen:
PluginBootstrap
Bootstrap hook executed before the plugin instance is created.
The bootstrap phase runs very early in the server start-up sequence, before worlds are
loaded. It is reserved for work that must happen prior to the main plugin lifecycle, such
as registry modifications. For milestone M0 it performs no registrations; it exists so the
declared bootstrapper in paper-plugin.yml resolves and later milestones can
extend it without changing the plugin descriptor.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbootstrap(@NotNull BootstrapContext context) Invoked once during the bootstrap phase.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden io.papermc.paper.plugin.bootstrap.PluginBootstrap
createPlugin
-
Konstruktordetails
-
MobArenaBootstrap
public MobArenaBootstrap()
-
-
Methodendetails
-
bootstrap
Invoked once during the bootstrap phase.- Angegeben von:
bootstrapin SchnittstellePluginBootstrap- Parameter:
context- the bootstrap context providing early access to a logger and the lifecycle manager
-