Class InternalRunningTask

java.lang.Object
wtf.ranked.hytale.server.runner.task.type.InternalRunningTask

public final class InternalRunningTask extends Object
Container for atomic worker tasks used within the Hytale server boot lifecycle.

This class serves as a namespace for specialized base tasks. Tasks extending these classes represent individual "steps" of the process (e.g., downloading files, preparing directories).

These tasks are intended to be triggered programmatically by the plugin's internal orchestration logic rather than serving as standalone entry points for end-users.

  • Constructor Details

    • InternalRunningTask

      public InternalRunningTask()