public class NullBiomeRegistry extends java.lang.Object implements BiomeRegistry
Constructor and Description |
---|
NullBiomeRegistry()
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
BiomeData |
getData(BiomeType biome)
Deprecated.
|
com.sk89q.worldedit.util.formatting.text.Component |
getRichName(BiomeType biomeType)
Get the name of the biome, usually as a translatable component.
|
public com.sk89q.worldedit.util.formatting.text.Component getRichName(BiomeType biomeType)
BiomeRegistry
getRichName
in interface BiomeRegistry
biomeType
- the biome type@Deprecated @Nullable public BiomeData getData(BiomeType biome)
BiomeRegistry
getData
in interface BiomeRegistry
biome
- the biome