Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SendDestroyEntity
Method
SendDestroyEntity
src/ClientHandle.cpp:1974–1977 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1972
1973
1974
void cClientHandle::SendDestroyEntity(const cEntity & a_Entity)
1975
{
1976
m_Protocol->SendDestroyEntity(a_Entity);
1977
}
1978
1979
1980
Callers
3
Removed
Method · 0.45
RemoveClient
Method · 0.45
BroadcastDestroyEntity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected