MCPcopy 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
167EMCSBiome 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

TickMethod · 0.45
OnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected