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 boot lifecycle.

Tasks extending these classes represent individual "steps" of the process. They are designed to be triggered programmatically by the plugin's internal logic rather than being standalone entry points for the user.

  • Constructor Details

    • InternalRunningTask

      public InternalRunningTask()