14#if PROTOCOL_VERSION >= 393
20#if PROTOCOL_VERSION > 767
28 Biome(
const std::string& name_,
const float temperature_,
29 const float rainfall_,
const BiomeType biome_type_);
32 const std::string&
GetName()
const;
unsigned int GetWaterColorMultiplier() const
unsigned int default_grass
unsigned int GetColorMultiplier(const int height, const bool is_grass) const
unsigned int ComputeColorTriangle(const int height, const bool is_grass) const
const std::string & GetName() const
unsigned int default_leaves
BiomeType
Enum for biomes with special color processing.