Class TaskStepRegistry

java.lang.Object
wtf.ranked.hytale.server.runner.step.TaskStepRegistry

@NullMarked public final class TaskStepRegistry extends Object
Global registry for mapping TaskStep implementations to their unique Gradle task identifiers.

This registry acts as the central lookup service for the TaskStepLoader, ensuring that internal lifecycle steps—such as those involved in server asset preparation or mod downloading—can be resolved consistently across the plugin's execution pipeline.

It is used to associate step classes with the specific task names registered in the TaskContainer, facilitating the dynamic linking of dependencies within the hytale runner lifecycle task group. * @see TaskStepLoader

  • Constructor Details

    • TaskStepRegistry

      public TaskStepRegistry()
  • Method Details