Purge outdated biomes. Fixes BUKKIT-1087

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot 2012-08-07 01:55:48 -05:00
parent cef9873c0c
commit 3e3b6ad826

View file

@ -4,17 +4,11 @@ package org.bukkit.block;
* Holds all accepted Biomes in the default server
*/
public enum Biome {
RAINFOREST,
SWAMPLAND,
SEASONAL_FOREST,
FOREST,
SAVANNA,
SHRUBLAND,
TAIGA,
DESERT,
PLAINS,
ICE_DESERT,
TUNDRA,
HELL,
SKY,
OCEAN,