Update biomecolored to support biome-type-based,

biome-temperature-based and biome-rainfail-based shading
This commit is contained in:
Mike Primm 2011-06-20 16:00:28 -05:00
parent edf7d4f5c8
commit 6efbf3a3df
9 changed files with 288 additions and 71 deletions

View file

@ -14,4 +14,5 @@ public interface MapTileRenderer {
void buildClientConfiguration(JSONObject worldObject);
boolean isBiomeDataNeeded();
boolean isRawBiomeDataNeeded();
}