Uses of Interface
org.bukkit.util.BiomeSearchResult
Packages that use BiomeSearchResult
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of BiomeSearchResult in org.bukkit
Methods in org.bukkit that return BiomeSearchResultModifier and TypeMethodDescription@Nullable BiomeSearchResult
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).default @Nullable BiomeSearchResult
World.locateNearestBiome
(@NotNull Location origin, int radius, @NotNull Biome... biomes) Find the closest nearby location with a biome matching the providedBiome
(s).