Structs§
Functions§
- launch
- Launch Minecraft, returning the process handle.
- launch_
with_ channel - Same as
launch_with_output, but pushes the lines into a channel instead of a callback — convenient when the consumer is a UI loop or another task. - launch_
with_ output - Launch Minecraft with stdout/stderr piped, delivering them line by line to
on_output.