Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetOrigin
Method
SetOrigin
src/BlockArea.cpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
319
void cBlockArea::SetOrigin(int a_OriginX, int a_OriginY, int a_OriginZ)
320
{
321
m_Origin.Set(a_OriginX, a_OriginY, a_OriginZ);
322
}
323
324
325
Callers
1
CreateLakeImage
Method · 0.80
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected