Class GlobalTaskRegistrar

java.lang.Object
wtf.ranked.hytale.server.runner.registrar.task.GlobalTaskRegistrar
All Implemented Interfaces:
Registrar<GlobalRunningTask>

@NullMarked public final class GlobalTaskRegistrar extends Object implements Registrar<GlobalRunningTask>
Handles the registration and lifecycle setup of Global tasks.

Implements Registrar to provide a standardized way of adding orchestrator tasks to the project. It automatically configures the task's execution queue by resolving its required steps.

  • Constructor Details

    • GlobalTaskRegistrar

      public GlobalTaskRegistrar(org.gradle.api.Project project, HytalePluginExtension pluginExtension)
  • Method Details