Class InternalRunningTask
java.lang.Object
wtf.ranked.hytale.server.runner.task.type.InternalRunningTask
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBase class for internal tasks that perform operations within the current JVM.static classBase class for internal tasks that require spawning a separate Java process. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InternalRunningTask
public InternalRunningTask()
-