Luanti 5.16.0-dev
Loading...
Searching...
No Matches
mg_biome.h File Reference
#include "constants.h"
#include "objdef.h"
#include "nodedef.h"
#include "noise.h"
#include "debug.h"
Include dependency graph for mg_biome.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Biome
struct  BiomeParams
class  BiomeGen
struct  BiomeParamsOriginal
class  BiomeGenOriginal
class  BiomeManager

Macros

#define BIOME_NONE   ((biome_t)0)

Enumerations

enum  BiomeType { BIOMETYPE_NORMAL }
enum  BiomeGenType { BIOMEGEN_ORIGINAL }

Functions

constexpr v3s16 MAX_MAP_GENERATION_LIMIT_V3 (MAX_MAP_GENERATION_LIMIT, MAX_MAP_GENERATION_LIMIT, MAX_MAP_GENERATION_LIMIT)

Macro Definition Documentation

◆ BIOME_NONE

#define BIOME_NONE   ((biome_t)0)

Enumeration Type Documentation

◆ BiomeGenType

Enumerator
BIOMEGEN_ORIGINAL 

◆ BiomeType

enum BiomeType
Enumerator
BIOMETYPE_NORMAL 

Function Documentation

◆ MAX_MAP_GENERATION_LIMIT_V3()