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

Method CollectPickupsByPlayer

src/World.cpp:2328–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2326
2327
2328void cWorld::CollectPickupsByPlayer(cPlayer * a_Player)
2329{
2330 m_ChunkMap->CollectPickupsByPlayer(a_Player);
2331}
2332
2333
2334

Callers 1

TickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected