Uses of Class
net.minecraft.world.entity.ai.village.poi.PoiManager
Packages that use PoiManager
Package
Description
-
Uses of PoiManager in net.minecraft.server.level
Fields in net.minecraft.server.level declared as PoiManagerMethods in net.minecraft.server.level that return PoiManagerModifier and TypeMethodDescriptionprotected PoiManager
ChunkMap.getPoiManager()
ServerChunkCache.getPoiManager()
ServerLevel.getPoiManager()
-
Uses of PoiManager in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage with parameters of type PoiManagerModifier and TypeMethodDescriptionSerializableChunkData.read
(ServerLevel p_360452_, PoiManager p_364451_, RegionStorageInfo p_364971_, ChunkPos p_360628_) -
Uses of PoiManager in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type PoiManagerModifier and TypeMethodDescriptionstatic void
CommonHooks.onChunkUnload
(PoiManager poiManager, ChunkAccess chunkAccess) The goal here is to fix the POI memory leak that happens due toSectionStorage.storage
field never actually removing POIs long after they become irrelevant.