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

Method isLoaded

launcher/meta/BaseEntity.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool Meta::BaseEntity::isLoaded() const
147{
148 return m_loadStatus > LoadStatus::NotLoaded;
149}
150
151bool Meta::BaseEntity::shouldStartRemoteUpdate() const
152{

Callers 2

getVersionForLoaderMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected