MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isCustomizable

Method isCustomizable

launcher/minecraft/Component.cpp:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool Component::isCustomizable()
214{
215 if(m_metaVersion)
216 {
217 if(getVersionFile())
218 {
219 return true;
220 }
221 }
222 return false;
223}
224bool Component::isRemovable()
225{
226 return !m_important;

Callers 2

updateButtonsMethod · 0.80
customizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected