aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/FoliageColor.h
blob: 140a06731bd0a2123d8e9c543421bc888ece9cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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();
};