Cuberite
A lightweight, fast and extensible game server for Minecraft
|
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 } |
anonymous enum |
Enumerator | |
---|---|
INTERPOL_X | |
INTERPOL_Y | |
INTERPOL_Z | |
DIM_X | |
DIM_Y | |
DIM_Z |
Definition at line 15 of file EndGen.cpp.