Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1772
void 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
HandleLeftClick
Method · 0.45
HandleBlockDigStarted
Method · 0.45
HandleRightClick
Method · 0.45
HandlePlaceBlock
Method · 0.45
OnCancelRightClick
Method · 0.45
OnCancelRightClick
Method · 0.45
OnCancelRightClick
Method · 0.45
OnCancelRightClick
Method · 0.45
OnCancelRightClick
Method · 0.45
OnCancelRightClick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected