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