MCPcopy 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
1974void cClientHandle::SendDestroyEntity(const cEntity & a_Entity)
1975{
1976 m_Protocol->SendDestroyEntity(a_Entity);
1977}
1978
1979
1980

Callers 3

RemovedMethod · 0.45
RemoveClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected