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

Method BlockEntity

src/ChunkSender.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259void cChunkSender::BlockEntity(cBlockEntity * a_Entity)
260{
261 m_BlockEntities.push_back(sBlockCoord(a_Entity->GetPosX(), a_Entity->GetPosY(), a_Entity->GetPosZ()));
262}
263
264
265

Callers 1

GetAllDataMethod · 0.45

Calls 4

sBlockCoordClass · 0.85
GetPosXMethod · 0.45
GetPosYMethod · 0.45
GetPosZMethod · 0.45

Tested by

no test coverage detected