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
Subclasses with type arguments of type PoiManager.Occupancy in net.minecraft.world.entity.ai.village.poiMethods in net.minecraft.world.entity.ai.village.poi that return PoiManager.OccupancyModifier and TypeMethodDescriptionstatic PoiManager.OccupancyReturns 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>> predicate, Predicate<BlockPos> filter, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.findAll(Predicate<Holder<PoiType>> predicate, Predicate<BlockPos> filter, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.findAllClosestFirstWithType(Predicate<Holder<PoiType>> predicate, Predicate<BlockPos> filter, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.findAllWithType(Predicate<Holder<PoiType>> predicate, Predicate<BlockPos> filter, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.findClosest(Predicate<Holder<PoiType>> predicate, Predicate<BlockPos> filter, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.findClosest(Predicate<Holder<PoiType>> predicate, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.findClosestWithType(Predicate<Holder<PoiType>> predicate, BlockPos center, int radius, PoiManager.Occupancy occupancy) longPoiManager.getCountInRange(Predicate<Holder<PoiType>> predicate, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.getInChunk(Predicate<Holder<PoiType>> predicate, ChunkPos chunkPos, PoiManager.Occupancy occupancy) PoiManager.getInRange(Predicate<Holder<PoiType>> predicate, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.getInSquare(Predicate<Holder<PoiType>> predicate, BlockPos center, int radius, PoiManager.Occupancy occupancy) PoiManager.getRandom(Predicate<Holder<PoiType>> predicate, Predicate<BlockPos> filter, PoiManager.Occupancy occupancy, BlockPos center, int radius, RandomSource random) PoiSection.getRecords(Predicate<Holder<PoiType>> predicate, PoiManager.Occupancy occupancy)