More cleanup and refactoring - get ready to split out core
This commit is contained in:
parent
6aa150f6d3
commit
3ed0c25064
35 changed files with 352 additions and 216 deletions
27
src/main/java/org/dynmap/common/BiomeMap.java
Normal file
27
src/main/java/org/dynmap/common/BiomeMap.java
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
package org.dynmap.common;
|
||||
|
||||
/* Generic biome mapping */
|
||||
public enum BiomeMap {
|
||||
RAINFOREST,
|
||||
SWAMPLAND,
|
||||
SEASONAL_FOREST,
|
||||
FOREST,
|
||||
SAVANNA,
|
||||
SHRUBLAND,
|
||||
TAIGA,
|
||||
DESERT,
|
||||
PLAINS,
|
||||
ICE_DESERT,
|
||||
TUNDRA,
|
||||
HELL,
|
||||
SKY,
|
||||
OCEAN,
|
||||
RIVER,
|
||||
EXTREME_HILLS,
|
||||
FROZEN_OCEAN,
|
||||
FROZEN_RIVER,
|
||||
ICE_PLAINS,
|
||||
ICE_MOUNTAINS,
|
||||
MUSHROOM_ISLAND,
|
||||
MUSHROOM_SHORE
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue