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

Method isMoveable

launcher/minecraft/Component.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 return false;
203}
204bool Component::isMoveable()
205{
206 // HACK, FIXME: this was too dumb and wouldn't follow dependency constraints anyway. For now hardcoded to 'true'.
207 return true;
208}
209bool Component::isVersionChangeable()
210{
211 auto list = getVersionList();

Callers 2

updateButtonsMethod · 0.80
moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected