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

Method SendTo

src/BlockEntities/FlowerPotEntity.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49void cFlowerPotEntity::SendTo(cClientHandle & a_Client)
50{
51 a_Client.SendUpdateBlockEntity(*this);
52}
53
54
55

Callers

nothing calls this directly

Calls 1

SendUpdateBlockEntityMethod · 0.45

Tested by

no test coverage detected