MCPcopy Create free account
hub / github.com/MultiMC/Launcher / isCustomizable

Method isCustomizable

launcher/minecraft/Component.cpp:178–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool Component::isCustomizable()
179{
180 if(m_metaVersion)
181 {
182 if(getVersionFile())
183 {
184 return true;
185 }
186 }
187 return false;
188}
189bool Component::isRemovable()
190{
191 return !m_important;

Callers 2

updateButtonsMethod · 0.80
customizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected