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

Method GetBiomeAt

src/World.cpp:1532–1535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530
1531
1532EMCSBiome cWorld::GetBiomeAt (int a_BlockX, int a_BlockZ)
1533{
1534 return m_ChunkMap->GetBiomeAt(a_BlockX, a_BlockZ);
1535}
1536
1537
1538

Callers 1

SpawnMobsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected