Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
void 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
GetAllData
Method · 0.45
Calls
4
sBlockCoord
Class · 0.85
GetPosX
Method · 0.45
GetPosY
Method · 0.45
GetPosZ
Method · 0.45
Tested by
no test coverage detected