Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetChunkCoords
Method
SetChunkCoords
src/Generating/ChunkDesc.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
48
void cChunkDesc::SetChunkCoords(int a_ChunkX, int a_ChunkZ)
49
{
50
m_ChunkX = a_ChunkX;
51
m_ChunkZ = a_ChunkZ;
52
}
53
54
55
Callers
1
GenFinish
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected