public final class Biomes extends Object
| Modifier and Type | Method and Description |
|---|---|
static BaseBiome |
findBiomeByName(Collection<BaseBiome> biomes,
String name,
BiomeRegistry registry)
Find a biome that matches the given input name.
|
@Nullable public static BaseBiome findBiomeByName(Collection<BaseBiome> biomes, String name, BiomeRegistry registry)
biomes - a list of biomesname - the name to testregistry - a biome registryCopyright © 2010-2014. All Rights Reserved.