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

Method Added

src/Chunk.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668 }
669
670 virtual void Added(cClientHandle * a_Client) override
671 {
672 m_Entity->SpawnOn(*a_Client);
673 }
674
675 cEntity * m_Entity;
676

Callers 1

CompareChunkClientsMethod · 0.80

Calls 1

SpawnOnMethod · 0.45

Tested by

no test coverage detected