diff options
author | 12xx12 <44411062+12xx12@users.noreply.github.com> | 2020-09-27 19:02:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 19:02:16 +0200 |
commit | 410d6c00453f2207ddb7a184590251b62b4769fa (patch) | |
tree | f204973b0481e4579f79077f2b5cd73dd94f6959 /src/MobSpawner.h | |
parent | Remove unused Temporary namespace (diff) | |
download | cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.tar cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.tar.gz cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.tar.bz2 cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.tar.lz cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.tar.xz cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.tar.zst cuberite-410d6c00453f2207ddb7a184590251b62b4769fa.zip |
Diffstat (limited to 'src/MobSpawner.h')
-rw-r--r-- | src/MobSpawner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MobSpawner.h b/src/MobSpawner.h index 7d5ce5274..6625114a1 100644 --- a/src/MobSpawner.h +++ b/src/MobSpawner.h @@ -43,7 +43,7 @@ public : } /** Returns true if specified type of mob can spawn on specified block */ - static bool CanSpawnHere(cChunk * a_Chunk, Vector3i a_RelPos, eMonsterType a_MobType, EMCSBiome a_Biome); + static bool CanSpawnHere(cChunk * a_Chunk, Vector3i a_RelPos, eMonsterType a_MobType, EMCSBiome a_Biome, bool a_DisableSolidBelowCheck = false); /** Returns all mob types that can spawn that biome */ static std::set<eMonsterType> GetAllowedMobTypes(EMCSBiome a_Biome); |