MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / isMoveable

Method isMoveable

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

Source from the content-addressed store, hash-verified

217}
218
219bool Component::isMoveable()
220{
221 // HACK, FIXME: this was too dumb and wouldn't follow dependency constraints anyway. For now hardcoded to 'true'.
222 return true;
223}
224
225bool Component::isVersionChangeable(bool wait)
226{

Callers 2

updateButtonsMethod · 0.80
moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected