Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ BroadcastDestroyEntity
Method
BroadcastDestroyEntity
src/World.cpp:1889–1892 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1887
1888
1889
void cWorld::BroadcastDestroyEntity(const cEntity & a_Entity, const cClientHandle * a_Exclude)
1890
{
1891
m_ChunkMap->BroadcastDestroyEntity(a_Entity, a_Exclude);
1892
}
1893
1894
1895
Callers
2
Destroy
Method · 0.45
SetVisible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected