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 TypeMethodDescriptionstatic ProtoChunk
ChunkSerializer.read
(ServerLevel pLevel, PoiManager pPoiManager, RegionStorageInfo pRegionStorageInfo, ChunkPos pPos, CompoundTag pTag) -
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.