Uses of Interface
io.papermc.paper.entity.poi.PoiSearchResult
Packages that use PoiSearchResult
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of PoiSearchResult in org.bukkit
Methods in org.bukkit that return types with arguments of type PoiSearchResultModifier and TypeMethodDescriptiondefault @NotNull List<PoiSearchResult> World.locateAllPoiInRange(@NotNull Location origin, @NotNull Predicate<PoiType> poiTypePredicate, @Positive int radius) Finds all validPoiTypein the provided radius and returns them in a list format without any occupancy restriction.World.locateAllPoiInRange(@NotNull Location origin, @NotNull Predicate<PoiType> poiTypePredicate, @Positive int radius, PoiType.Occupancy occupancy) Finds all validPoiTypein the provided radius and returns them in a list format.