MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / applyCompatibleJavaName

Method applyCompatibleJavaName

launcher/minecraft/LaunchProfile.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void LaunchProfile::applyCompatibleJavaName(QString javaName)
169{
170 if (!javaName.isEmpty())
171 m_compatibleJavaName = javaName;
172}
173
174void LaunchProfile::applyLibrary(LibraryPtr library, const RuntimeContext& runtimeContext)
175{

Callers 1

applyToMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected