Settable zoom out code - incomplete prototype

This commit is contained in:
Mike Primm 2011-06-22 08:27:21 -05:00
parent f8a0b3e0da
commit b575cd3b1b
9 changed files with 269 additions and 5 deletions

View file

@ -15,4 +15,5 @@ public interface MapTileRenderer {
boolean isBiomeDataNeeded();
boolean isRawBiomeDataNeeded();
boolean isNightAndDayEnabled();
}