Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SendTo
Method
SendTo
src/BlockEntities/CommandBlockEntity.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
146
void cCommandBlockEntity::SendTo(cClientHandle & a_Client)
147
{
148
a_Client.SendUpdateBlockEntity(*this);
149
}
150
151
152
Callers
nothing calls this directly
Calls
1
SendUpdateBlockEntity
Method · 0.45
Tested by
no test coverage detected