Package org.bukkit.util
Interface BiomeSearchResult
public interface BiomeSearchResult
Holds the result of searching for a biome.
- 
Method Summary
- 
Method Details- 
getBiomeReturn the biome which was found.- Returns:
- the found biome.
 
- 
getLocationReturn the location of the biome.- Returns:
- the location the biome was found.
 
 
-