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

Method isLoaded

launcher/meta/BaseEntity.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool Meta::BaseEntity::isLoaded() const
156{
157 return m_loadStatus > LoadStatus::NotLoaded;
158}
159
160bool Meta::BaseEntity::shouldStartRemoteUpdate() const
161{

Callers 4

getVersionForLoaderMethod · 0.45
getComponentVersionFunction · 0.45
initializeMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected