mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 07:36:11 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -614,7 +614,7 @@ std::wstring CustomLevelSource::gatherStats()
|
||||
return L"CustomLevelSource";
|
||||
}
|
||||
|
||||
vector<Biome::MobSpawnerData *> *CustomLevelSource::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
|
||||
std::vector<Biome::MobSpawnerData *> *CustomLevelSource::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
|
||||
{
|
||||
#ifdef _OVERRIDE_HEIGHTMAP
|
||||
Biome *biome = level->getBiome(x, z);
|
||||
|
||||
Reference in New Issue
Block a user