Luanti 5.11.0-dev
 
Loading...
Searching...
No Matches
mg_biome.h File Reference
#include "objdef.h"
#include "nodedef.h"
#include "noise.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)
 

Typedefs

typedef u16 biome_t
 

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)

Typedef Documentation

◆ biome_t

typedef u16 biome_t

Enumeration Type Documentation

◆ BiomeGenType

Enumerator
BIOMEGEN_ORIGINAL 

◆ BiomeType

enum BiomeType
Enumerator
BIOMETYPE_NORMAL 

Function Documentation

◆ MAX_MAP_GENERATION_LIMIT_V3()

v3s16 MAX_MAP_GENERATION_LIMIT_V3 ( MAX_MAP_GENERATION_LIMIT ,
MAX_MAP_GENERATION_LIMIT ,
MAX_MAP_GENERATION_LIMIT  )
constexpr