Uses of Enum Class
net.minecraft.world.entity.ai.village.poi.PoiManager.Occupancy
Packages that use PoiManager.Occupancy
-
Uses of PoiManager.Occupancy in net.minecraft.world.entity.ai.village.poi
Methods in net.minecraft.world.entity.ai.village.poi that return PoiManager.OccupancyModifier and TypeMethodDescriptionstatic PoiManager.Occupancy
Returns the enum constant of this class with the specified name.static PoiManager.Occupancy[]
PoiManager.Occupancy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.ai.village.poi with parameters of type PoiManager.OccupancyModifier and TypeMethodDescriptionPoiManager.find
(Predicate<Holder<PoiType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.findAll
(Predicate<Holder<PoiType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.findAllClosestFirstWithType
(Predicate<Holder<PoiType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.findAllWithType
(Predicate<Holder<PoiType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.findClosest
(Predicate<Holder<PoiType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.findClosest
(Predicate<Holder<PoiType>> typePredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.findClosestWithType
(Predicate<Holder<PoiType>> typePredicate, BlockPos pos, int distance, PoiManager.Occupancy status) long
PoiManager.getCountInRange
(Predicate<Holder<PoiType>> typePredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.getInChunk
(Predicate<Holder<PoiType>> typePredicate, ChunkPos posChunk, PoiManager.Occupancy status) PoiManager.getInRange
(Predicate<Holder<PoiType>> typePredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.getInSquare
(Predicate<Holder<PoiType>> typePredicate, BlockPos pos, int distance, PoiManager.Occupancy status) PoiManager.getRandom
(Predicate<Holder<PoiType>> typePredicate, Predicate<BlockPos> posPredicate, PoiManager.Occupancy status, BlockPos pos, int distance, RandomSource random) PoiSection.getRecords
(Predicate<Holder<PoiType>> typePredicate, PoiManager.Occupancy status)