beforeDownloadClientJar method
Hook called before downloading client jar.
versionId
- Minecraft version ID
Implementation
@override
Future<bool> beforeDownloadClientJar(String versionId) async {
// Default implementation always allows the download to proceed
return true;
}