Updated Bukkit API for 1.2

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2012-03-01 10:48:44 +00:00
parent d657f7b29b
commit 0d88d69fd9
3 changed files with 9 additions and 3 deletions

View File

@@ -30,5 +30,7 @@ public enum Biome {
DESERT_HILLS,
FOREST_HILLS,
TAIGA_HILLS,
SMALL_MOUNTAINS
SMALL_MOUNTAINS,
JUNGLE,
JUNGLE_HILLS
}