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

Method GenerateBiomes

src/Generating/ChunkGenerator.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131void cChunkGenerator::GenerateBiomes(int a_ChunkX, int a_ChunkZ, cChunkDef::BiomeMap & a_BiomeMap)
132{
133 if (m_Generator != NULL)
134 {
135 m_Generator->GenerateBiomes(a_ChunkX, a_ChunkZ, a_BiomeMap);
136 }
137}
138
139
140

Callers 1

SetChunkDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected