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

Method isMoveable

launcher/minecraft/Component.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 return false;
238}
239bool Component::isMoveable()
240{
241 // HACK, FIXME: this was too dumb and wouldn't follow dependency constraints anyway. For now hardcoded to 'true'.
242 return true;
243}
244bool Component::isVersionChangeable()
245{
246 auto list = getVersionList();

Callers 2

updateButtonsMethod · 0.80
moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected