pub fn build_launch_command(
    version_data: &VersionData,
    minecraft_path: impl AsRef<Path>,
    libraries_path: impl AsRef<Path>,
    assets_path: impl AsRef<Path>,
    natives_path: impl AsRef<Path>,
    log_configs_path: impl AsRef<Path>,
    launch_options: &LaunchOptions
) -> CobbleResult<Command>
Expand description

Builds the launch command for Minecraft.

The game needs to be installed to launch properly.