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

Method SendBlockEntity

src/Chunk.cpp:3018–3026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3016
3017
3018void cChunk::SendBlockEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cClientHandle & a_Client)
3019{
3020 cBlockEntity * Entity = GetBlockEntity(a_BlockX, a_BlockY, a_BlockZ);
3021 if (Entity == NULL)
3022 {
3023 return;
3024 }
3025 Entity->SendTo(a_Client);
3026}
3027
3028
3029

Callers

nothing calls this directly

Calls 1

SendToMethod · 0.45

Tested by

no test coverage detected