Uses of Interface
io.papermc.paper.entity.poi.PoiType
Packages that use PoiType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of PoiType in io.papermc.paper.entity.poi
Fields in io.papermc.paper.entity.poi declared as PoiTypeModifier and TypeFieldDescriptionstatic final PoiTypePoiTypes.ARMORERstatic final PoiTypePoiTypes.BEE_NESTstatic final PoiTypePoiTypes.BEEHIVEstatic final PoiTypePoiTypes.BUTCHERstatic final PoiTypePoiTypes.CARTOGRAPHERstatic final PoiTypePoiTypes.CLERICstatic final PoiTypePoiTypes.FARMERstatic final PoiTypePoiTypes.FISHERMANstatic final PoiTypePoiTypes.FLETCHERstatic final PoiTypePoiTypes.HOMEstatic final PoiTypePoiTypes.LEATHERWORKERstatic final PoiTypePoiTypes.LIBRARIANstatic final PoiTypePoiTypes.LIGHTNING_RODstatic final PoiTypePoiTypes.LODESTONEstatic final PoiTypePoiTypes.MASONstatic final PoiTypePoiTypes.MEETINGstatic final PoiTypePoiTypes.NETHER_PORTALstatic final PoiTypePoiTypes.SHEPHERDstatic final PoiTypePoiTypes.TEST_INSTANCEstatic final PoiTypePoiTypes.TOOLSMITHstatic final PoiTypePoiTypes.WEAPONSMITHMethods in io.papermc.paper.entity.poi that return PoiType -
Uses of PoiType in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type PoiTypeModifier and TypeFieldDescriptionstatic final RegistryKey<PoiType> RegistryKey.POINT_OF_INTEREST_TYPEBuilt-in registry for poi types. -
Uses of PoiType in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type PoiTypeModifier and TypeFieldDescriptionPoiTypeKeys.ARMORERminecraft:armorerPoiTypeKeys.BEE_NESTminecraft:bee_nestPoiTypeKeys.BEEHIVEminecraft:beehivePoiTypeKeys.BUTCHERminecraft:butcherPoiTypeKeys.CARTOGRAPHERminecraft:cartographerPoiTypeKeys.CLERICminecraft:clericPoiTypeKeys.FARMERminecraft:farmerPoiTypeKeys.FISHERMANminecraft:fishermanPoiTypeKeys.FLETCHERminecraft:fletcherPoiTypeKeys.HOMEminecraft:homePoiTypeKeys.LEATHERWORKERminecraft:leatherworkerPoiTypeKeys.LIBRARIANminecraft:librarianPoiTypeKeys.LIGHTNING_RODminecraft:lightning_rodPoiTypeKeys.LODESTONEminecraft:lodestonePoiTypeKeys.MASONminecraft:masonPoiTypeKeys.MEETINGminecraft:meetingPoiTypeKeys.NETHER_PORTALminecraft:nether_portalPoiTypeKeys.SHEPHERDminecraft:shepherdPoiTypeKeys.TEST_INSTANCEminecraft:test_instancePoiTypeKeys.TOOLSMITHminecraft:toolsmithPoiTypeKeys.WEAPONSMITHminecraft:weaponsmith -
Uses of PoiType in io.papermc.paper.registry.keys.tags
Fields in io.papermc.paper.registry.keys.tags with type parameters of type PoiTypeModifier and TypeFieldDescriptionPoiTypeTagKeys.ACQUIRABLE_JOB_SITE#minecraft:acquirable_job_sitePoiTypeTagKeys.BEE_HOME#minecraft:bee_homePoiTypeTagKeys.VILLAGE#minecraft:villageMethods in io.papermc.paper.registry.keys.tags that return types with arguments of type PoiType -
Uses of PoiType in org.bukkit
Fields in org.bukkit with type parameters of type PoiTypeMethods in org.bukkit with parameters of type PoiTypeModifier and TypeMethodDescriptionWorld.locateNearestPoi(@NotNull Location origin, @NotNull PoiType poiType, @Positive int radius) Finds the nearest point of interest closest to the given location without any occupancy restriction.World.locateNearestPoi(@NotNull Location origin, @NotNull PoiType poiType, @Positive int radius, PoiType.Occupancy occupancy) Finds the nearest point of interest closest to the given location.Method parameters in org.bukkit with type arguments of type PoiTypeModifier 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.