public class NullBiomeRegistry extends Object implements BiomeRegistry
| Constructor and Description |
|---|
NullBiomeRegistry()
Create a new instance.
|
| 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.
|
@Nullable public BaseBiome createFromId(int id)
BiomeRegistrycreateFromId in interface BiomeRegistryid - its biome IDpublic List<BaseBiome> getBiomes()
BiomeRegistrygetBiomes in interface BiomeRegistry@Nullable public BiomeData getData(BaseBiome biome)
BiomeRegistrygetData in interface BiomeRegistrybiome - the biomeCopyright © 2010-2014. All Rights Reserved.