Interface BiomeSearchResult


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

    • getBiome

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

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