Package org.bukkit.util
Interface BiomeSearchResult
public interface BiomeSearchResult
Holds the result of searching for a biome.
- See Also:
-
Method Summary
-
Method Details
-
getBiome
Return the biome which was found.- Returns:
- the found biome.
-
getLocation
Return the location of the biome.- Returns:
- the location the biome was found.
-