119 return static_cast<std::size_t
>(a_Biome);
bool IsBiomeCold(EMCSBiome a_Biome)
Returns true if the biome is cold (has snow and snowfall at higher elevations but not at regular heig...
std::size_t operator()(const EMCSBiome a_Biome) const
Hash for EMCSBiome, so that it can be used in std::unordered_map etc.
EMCSBiome StringToBiome(const AString &a_BiomeString)
Translates a biome string to biome enum.
bool IsBiomeVeryCold(EMCSBiome a_Biome)
Returns true if the biome is very cold (has snow on ground everywhere, turns top water to ice...
EMCSBiome
Biome IDs The first batch corresponds to the clientside biomes, used by MineCraft.
AString BiomeToString(int a_Biome)
Translates biome enum into biome string.
bool IsBiomeNoDownfall(EMCSBiome a_Biome)
Returns true if the biome has no downfall - deserts and savannas.
bool IsBiomeOcean(int a_Biome)
Returns true if the biome is an ocean biome.
int GetSnowStartHeight(EMCSBiome a_Biome)
Returns the height when a biome when a biome starts snowing.