Moved block stuff from org.bukkit to org.bukkit.block

This commit is contained in:
Dinnerbone
2011-01-15 21:37:08 +00:00
parent f419f23cf3
commit e50b5d6ecf
26 changed files with 102 additions and 99 deletions

View File

@@ -0,0 +1,20 @@
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
}