Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetPosition
Method
SetPosition
src/Map.cpp:527–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
526
527
void cMap::SetPosition(int a_CenterX, int a_CenterZ)
528
{
529
m_CenterX = a_CenterX;
530
m_CenterZ = a_CenterZ;
531
}
532
533
534
Callers
2
SpawnMob
Method · 0.45
SpawnMobs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected