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 PoiManagerChunkMap.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 TypeMethodDescriptionstatic ProtoChunkChunkSerializer.read(ServerLevel level, PoiManager poiManager, RegionStorageInfo regionStorageInfo, ChunkPos pos, CompoundTag tag) -
Uses of PoiManager in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type PoiManagerModifier and TypeMethodDescriptionstatic voidCommonHooks.onChunkUnload(PoiManager poiManager, ChunkAccess chunkAccess) The goal here is to fix the POI memory leak that happens due toSectionStorage.storagefield never actually removing POIs long after they become irrelevant.