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

Method Coords

src/BlockArea.cpp:1901–1906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1899
1900
1901bool cBlockArea::cChunkReader::Coords(int a_ChunkX, int a_ChunkZ)
1902{
1903 m_CurrentChunkX = a_ChunkX;
1904 m_CurrentChunkZ = a_ChunkZ;
1905 return true;
1906}
1907
1908
1909

Callers 1

ForEachChunkInRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected