Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetBiomeAt
Method
GetBiomeAt
src/Generating/ChunkGenerator.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
167
EMCSBiome cChunkGenerator::GetBiomeAt(int a_BlockX, int a_BlockZ)
168
{
169
ASSERT(m_Generator != NULL);
170
return m_Generator->GetBiomeAt(a_BlockX, a_BlockZ);
171
}
172
173
174
Callers
2
Tick
Method · 0.45
OnUpdate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected