MCPcopy Create free account
hub / github.com/cuberite/cuberite / AddEntity

Method AddEntity

src/World.cpp:2826–2829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2824
2825
2826void cWorld::AddEntity(cEntity * a_Entity)
2827{
2828 m_ChunkMap->AddEntity(a_Entity);
2829}
2830
2831
2832

Callers 2

InitializeMethod · 0.45
MoveToWorldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected