Interface BiomeSearchResult


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

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

    • getBiome Link icon

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

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