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

Method ForEachEntity

src/World.cpp:2506–2509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2504
2505
2506bool cWorld::ForEachEntity(cEntityCallback & a_Callback)
2507{
2508 return m_ChunkMap->ForEachEntity(a_Callback);
2509}
2510
2511
2512

Callers 5

HandlePhysicsMethod · 0.45
TickMethod · 0.45
TickMethod · 0.45
HandlePressurePlateMethod · 0.45
MovePickupsInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected