Package com.sk89q.worldedit.world.biome
Class Biomes
java.lang.Object
com.sk89q.worldedit.world.biome.Biomes
Deprecated.
Only method is being deprecated for removal.
Utility methods related to biomes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BiomeType
findBiomeByName
(Collection<BiomeType> biomes, String name, BiomeRegistry registry) Deprecated.This uses the outdated name system.
-
Method Details
-
findBiomeByName
@Deprecated @Nullable public static BiomeType findBiomeByName(Collection<BiomeType> biomes, String name, BiomeRegistry registry) Deprecated.This uses the outdated name system. Find names by comparing with their ID instead.Find a biome that matches the given input name.- Parameters:
biomes
- a list of biomesname
- the name to testregistry
- a biome registry- Returns:
- a biome or null
-