MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / AutoInstallJava

Method AutoInstallJava

launcher/minecraft/launch/AutoInstallJava.cpp:59–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57#include "tasks/SequentialTask.h"
58
59AutoInstallJava::AutoInstallJava(LaunchTask* parent)
60 : LaunchStep(parent), m_instance(m_parent->instance()), m_supported_arch(SysInfo::getSupportedJavaArchitecture()) {};
61
62void AutoInstallJava::executeTask()
63{

Callers

nothing calls this directly

Calls 2

instanceMethod · 0.45

Tested by

no test coverage detected