diff options
Diffstat (limited to 'Minecraft.World/FoliageColor.h')
| -rw-r--r-- | Minecraft.World/FoliageColor.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Minecraft.World/FoliageColor.h b/Minecraft.World/FoliageColor.h new file mode 100644 index 00000000..140a0673 --- /dev/null +++ b/Minecraft.World/FoliageColor.h @@ -0,0 +1,17 @@ +#pragma once + +class FoliageColor +{ + // 4J Stu - We don't want to use this any more +//private: +// static intArray pixels; +// +//public: +// static void init(intArray pixels); +// static int get(double temp, double rain); + +public: + static int getEvergreenColor(); + static int getBirchColor(); + static int getDefaultColor(); +};
\ No newline at end of file |
