Interface BiomeRegistry
- All Known Implementing Classes:
NullBiomeRegistry
public interface BiomeRegistry
Provides information on biomes.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method no longer returns any useful information.com.sk89q.worldedit.util.formatting.text.Component
getRichName
(BiomeType biomeType) Get the name of the biome, usually as a translatable component.
-
Method Details
-
getRichName
Get the name of the biome, usually as a translatable component.- Parameters:
biomeType
- the biome type- Returns:
- the name of the biome
-
getData
Deprecated.This method no longer returns any useful information. UsegetRichName(BiomeType)
for the name of the biome.Get data about a biome.- Parameters:
biome
- the biome- Returns:
- a data object or null if information is not known
-