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

Method SendBlockTo

src/World.cpp:1772–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770
1771
1772void cWorld::SendBlockTo(int a_X, int a_Y, int a_Z, cPlayer * a_Player)
1773{
1774 m_ChunkMap->SendBlockTo(a_X, a_Y, a_Z, a_Player);
1775}
1776
1777
1778

Callers 10

HandleLeftClickMethod · 0.45
HandleBlockDigStartedMethod · 0.45
HandleRightClickMethod · 0.45
HandlePlaceBlockMethod · 0.45
OnCancelRightClickMethod · 0.45
OnCancelRightClickMethod · 0.45
OnCancelRightClickMethod · 0.45
OnCancelRightClickMethod · 0.45
OnCancelRightClickMethod · 0.45
OnCancelRightClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected