Interface BiomeSearchResult


public interface BiomeSearchResult
Holds the result of searching for a biome.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the biome which was found.
    Return the location of the biome.
  • Method Details

    • getBiome

      @NotNull Biome getBiome()
      Return the biome which was found.
      Returns:
      the found biome.
    • getLocation

      @NotNull Location getLocation()
      Return the location of the biome.
      Returns:
      the location the biome was found.