Skip to main content

Module launcher

Module launcher 

Source

Structs§

LaunchOptions

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.