beforeStartProcess abstract method
Hook called before starting the Minecraft process
Implementation
Future<void> beforeStartProcess(
String javaExe,
List<String> javaArgs,
String workingDirectory,
Map<String, String> environment,
String versionId,
MinecraftAuth? auth,
);