接口的使用
org.bukkit.util.BiomeSearchResult
使用BiomeSearchResult的程序包
- 
org.bukkit中BiomeSearchResult的使用返回BiomeSearchResult的org.bukkit中的方法修饰符和类型方法说明World.locateNearestBiome(@NotNull Location origin, int radius, int horizontalInterval, int verticalInterval, @NotNull Biome... biomes) Find the closest nearby location with a biome matching the providedBiome(s).World.locateNearestBiome(@NotNull Location origin, int radius, @NotNull Biome... biomes) Find the closest nearby location with a biome matching the providedBiome(s).