public interface BiomeRegistry
| Modifier and Type | Method and Description |
|---|---|
BaseBiome |
createFromId(int id)
Create a new biome given its biome ID.
|
List<BaseBiome> |
getBiomes()
Get a list of available biomes.
|
BiomeData |
getData(BaseBiome biome)
Get data about a biome.
|
Copyright © 2010-2014. All Rights Reserved.