MCPcopy 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
146void cCommandBlockEntity::SendTo(cClientHandle & a_Client)
147{
148 a_Client.SendUpdateBlockEntity(*this);
149}
150
151
152

Callers

nothing calls this directly

Calls 1

SendUpdateBlockEntityMethod · 0.45

Tested by

no test coverage detected