pub fn install_client(
    version_data: &VersionData,
    minecraft_path: impl AsRef<Path>,
    update_sender: Sender<InstallationUpdate>,
    cancel: Arc<AtomicBool>
) -> CobbleResult<()>
Expand description

Installs the Minecraft client.argumentspports cancelling the installation.