Klasse MobArenaBootstrap

java.lang.Object
de.delinkedde.mobarenareborn.MobArenaBootstrap
Alle implementierten Schnittstellen:
PluginBootstrap

public final class MobArenaBootstrap extends Object implements 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:
  • Konstruktordetails

    • MobArenaBootstrap

      public MobArenaBootstrap()
  • Methodendetails

    • bootstrap

      public void bootstrap(@NotNull @NotNull BootstrapContext context)
      Invoked once during the bootstrap phase.
      Angegeben von:
      bootstrap in Schnittstelle PluginBootstrap
      Parameter:
      context - the bootstrap context providing early access to a logger and the lifecycle manager