Class InternalRunningTask
java.lang.Object
wtf.ranked.hytale.server.runner.task.type.InternalRunningTask
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn internal worker focused on general build-environment logic.static classAn internal worker focused on starting a Java-based process. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InternalRunningTask
public InternalRunningTask()
-