summaryrefslogtreecommitdiffstats
path: root/src/Map.h
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-02-22 11:50:30 +0100
committerandrew <xdotftw@gmail.com>2014-02-22 11:50:30 +0100
commita96eea5e66191ee02c21e3ce3f33277c516142bc (patch)
treeeeeeee52fece3b310c27dcb841c60e23f36b4875 /src/Map.h
parentSplit cMap::UpdateClient (diff)
downloadcuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.tar
cuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.tar.gz
cuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.tar.bz2
cuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.tar.lz
cuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.tar.xz
cuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.tar.zst
cuberite-a96eea5e66191ee02c21e3ce3f33277c516142bc.zip
Diffstat (limited to 'src/Map.h')
-rw-r--r--src/Map.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Map.h b/src/Map.h
index 01ffd19f5..a86de3dd3 100644
--- a/src/Map.h
+++ b/src/Map.h
@@ -99,6 +99,24 @@ class cMap
{
public:
+ enum eBaseColor
+ {
+ E_BASE_COLOR_TRANSPARENT = 0, /* Air */
+ E_BASE_COLOR_LIGHT_GREEN = 4, /* Grass */
+ E_BASE_COLOR_LIGHT_BROWN = 8, /* Sand */
+ E_BASE_COLOR_GRAY_1 = 12, /* Cloth */
+ E_BASE_COLOR_RED = 16, /* TNT */
+ E_BASE_COLOR_PALE_BLUE = 20, /* Ice */
+ E_BASE_COLOR_GRAY_2 = 24, /* Iron */
+ E_BASE_COLOR_DARK_GREEN = 28, /* Foliage */
+ E_BASE_COLOR_WHITE = 32, /* Snow */
+ E_BASE_COLOR_LIGHT_GRAY = 36, /* Clay */
+ E_BASE_COLOR_BROWN = 40, /* Dirt */
+ E_BASE_COLOR_DARK_GRAY = 44, /* Stone */
+ E_BASE_COLOR_BLUE = 48, /* Water */
+ E_BASE_COLOR_DARK_BROWN = 52 /* Wood */
+ };
+
typedef Byte ColorID;
// tolua_end