MCPcopy 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
1889void 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

DestroyMethod · 0.45
SetVisibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected