Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations
EndGen.cpp File Reference
#include "Globals.h"
#include "EndGen.h"
#include "../IniFile.h"
#include "../LinearUpscale.h"
Include dependency graph for EndGen.cpp:

Go to the source code of this file.

Enumerations

enum  {
  INTERPOL_X = 4 , INTERPOL_Y = 4 , INTERPOL_Z = 4 , DIM_X = 16 / INTERPOL_X + 1 ,
  DIM_Y = 256 / INTERPOL_Y + 1 , DIM_Z = 16 / INTERPOL_Z + 1
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
INTERPOL_X 
INTERPOL_Y 
INTERPOL_Z 
DIM_X 
DIM_Y 
DIM_Z 

Definition at line 15 of file EndGen.cpp.