Uses of Interface
org.bukkit.util.BiomeSearchResult
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of BiomeSearchResult in org.bukkit
Modifier and TypeMethodDescriptionWorld.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).