Update Optimise general POI access (#7903)

This commit is contained in:
Jason Penilla 2022-06-09 02:37:28 -07:00
parent 2168417373
commit 1eeec9f2ca
2 changed files with 1059 additions and 1 deletions

View file

@ -87,7 +87,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+ // Paper end - unload poi data
private final LongSet loadedChunks = new LongOpenHashSet();
private final net.minecraft.server.level.ServerLevel world; // Paper
public final net.minecraft.server.level.ServerLevel world; // Paper // Paper public
public PoiManager(Path path, DataFixer dataFixer, boolean dsync, RegistryAccess registryManager, LevelHeightAccessor world) {
super(path, PoiSection::codec, PoiSection::new, dataFixer, DataFixTypes.POI_CHUNK, dsync, registryManager, world);

File diff suppressed because it is too large Load diff