MCPcopy Create free account
hub / github.com/cuberite/cuberite / Removed

Method Removed

src/Chunk.cpp:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663 public cClientDiffCallback
664 {
665 virtual void Removed(cClientHandle * a_Client) override
666 {
667 a_Client->SendDestroyEntity(*m_Entity);
668 }
669
670 virtual void Added(cClientHandle * a_Client) override
671 {

Callers 1

CompareChunkClientsMethod · 0.80

Calls 1

SendDestroyEntityMethod · 0.45

Tested by

no test coverage detected