Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2826
void cWorld::AddEntity(cEntity * a_Entity)
2827
{
2828
m_ChunkMap->AddEntity(a_Entity);
2829
}
2830
2831
2832
Callers
2
Initialize
Method · 0.45
MoveToWorld
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected