Interface BiomeRegistry

All Known Implementing Classes:
NullBiomeRegistry

public interface BiomeRegistry
Provides information on biomes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    This method no longer returns any useful information.
    com.sk89q.worldedit.util.formatting.text.Component
    Get the name of the biome, usually as a translatable component.
  • Method Details

    • getRichName

      com.sk89q.worldedit.util.formatting.text.Component getRichName(BiomeType biomeType)
      Get the name of the biome, usually as a translatable component.
      Parameters:
      biomeType - the biome type
      Returns:
      the name of the biome
    • getData

      @Deprecated @Nullable BiomeData getData(BiomeType biome)
      Deprecated.
      This method no longer returns any useful information. Use getRichName(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