Function cobble_core::minecraft::install::install_client
source · [−]pub fn install_client(
version_data: &VersionData,
minecraft_path: impl AsRef<Path>,
update_sender: Sender<InstallationUpdate>,
cancel: Arc<AtomicBool>
) -> CobbleResult<bool>Expand description
Installs the Minecraft client.
Also provides updates during installation and supports cancelling the installation. Returns true if cancelled.