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

Method SendTo

src/BlockEntities/MobHeadEntity.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69void cMobHeadEntity::SendTo(cClientHandle & a_Client)
70{
71 a_Client.SendUpdateBlockEntity(*this);
72}
73
74
75

Callers

nothing calls this directly

Calls 1

SendUpdateBlockEntityMethod · 0.45

Tested by

no test coverage detected